/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9fef9531-4460-415c-9435-22f169c5ba7c) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3f10cbc9-c352-45de-84d5-9846bd3d4ed0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6b47e9e7-1814-4360-a8d5-061f4cccb7ee) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-39d63869-e004-4f2a-bf98-39a91c633515) 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 {
}
