/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9b7c0b83-a06b-4c52-9c20-abc657d56079) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-774a076a-4e82-4103-9aa9-11cf660e1f08) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f0dd1c4b-5725-4ea7-8bb6-53f05e23f0b0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d1a11065-8824-4e5d-9c2d-a37e15e10811) 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 {
}
