/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dd564aec-d3fd-4231-af09-cbbc4fc16394) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-90eaaa1e-21de-4cf9-b384-b1c2e58c08f8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8ba0baa5-255a-4854-bb22-8d46e16c7815) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-62168550-a280-4551-a69a-3a548b7a4a0a) 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 {
}
