/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a1803d37-7164-4218-b28e-f18c9b612b43) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-abf3e756-25ad-4494-ac7a-5c49a9bfdd48) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-61165382-79fc-404c-8603-79950a032e65) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-847c0e3e-f063-4089-a36e-e1ecc9b482e1) 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 {
}
