/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-eb0b5462-2a26-416c-8006-64d9f1e6c6ce) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-97b91abb-5603-4e18-8473-3baeb8c07a84) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1506a863-3ae1-497a-a8bf-851900c1dab8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-62c96e05-ffd0-4614-93f3-374fa8387f19) 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 {
}
