/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1febad8c-7595-4208-b358-ee319fa386a1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-31e39877-f49a-4fe4-a7ca-d117412b1fe3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-142bd0dd-dcb4-4abe-a3ad-f22144ed7086) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8ae4394b-7553-4923-b795-3a7e1ac6073a) 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 {
}
