/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cba599e9-1582-42a3-8743-4ab578abb65a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-77b0b245-2961-48e3-8832-b955d148a307) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e31fe083-44a2-4b6c-9554-9bf4f46674fe) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d7a5ded4-44b8-431c-adfd-6989ef377ca8) 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 {
}
