/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cd994a6c-6be5-4aee-9f67-63a9a40a97ed) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f94ddadf-3c2f-4696-965e-2507a976a252) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dd271801-e877-4a01-ae85-685c8832f352) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9a699b48-d933-4882-a9f6-66b35fe7cf19) 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 {
}
