/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-914ee80e-442a-40e9-b932-d23401e83b19) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7d469c5a-759f-4d8c-8e84-94ecb1dcaf4a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b23686fd-7eb1-4059-8d3c-f827c928a407) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5b8ff35b-b282-4939-8d64-a1994b24bbca) 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 {
}
