/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-638e95cc-64d3-4327-8459-07e97b950dd4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a2d95281-f216-4966-84e9-f57c3bee5c89) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bb7f9694-cf9b-4046-a899-515ca013e03f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-47ae3c15-5f77-4b57-8921-1b2b4a738ee2) 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 {
}
