/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7015bc59-2762-4b13-8c02-79a2ca4e729e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f70bff78-ee5f-47a2-ac34-e30206053bd5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-daf618ab-5f79-4baf-952f-eba7890463a6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a42021a5-caa0-453d-a24b-3843033596d4) 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 {
}
