/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-109954f0-51c2-4a57-bb07-3cfbe240e8b5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9c31cab7-ac08-4c70-8818-0d7a4dc43888) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e526ed27-970b-4788-8ca0-09d2251cce55) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-deadd6f0-16d7-4a90-9286-f188276d6edd) 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 {
}
