/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6c73721c-9669-4106-add9-ca1668f593fe) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d13d0a62-afa6-4010-9812-a05cc4c5b302) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-32b1ace2-e1c8-4b94-9cbe-776714b02140) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-82099c71-e38e-4439-b56b-2b75212739a9) 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 {
}
