/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b0288e94-598c-4d59-83a1-57afc0495904) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dc7037e0-fd33-4d36-b767-2605b5b072da) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-af493ecd-9444-4ede-9f5d-088b80ad3536) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0e31f34b-acb8-4f54-8715-a9dc74f62555) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
	border: solid 1px #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-outer {
	background-color: #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-selection {
}
