/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0ca91cfb-bea9-4d37-bbab-ad75cf847e72) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8b09fb55-2b25-4927-93b8-e2c0faeb57d0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e5720182-ded4-4d3c-9a45-691611dacf8d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d8040c23-8025-492c-860b-2804c097d588) 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 {
}
