/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fda240f9-b405-4925-adc3-ffeff4053866) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-450445cc-6464-4761-855c-8a37afccaf04) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f9e9134b-091f-4a88-9144-5e0d6e70d0bc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e9cba48f-0c56-48de-8596-0eea32f6e29e) 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 {
}
