/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d6fad793-3530-46c0-b55a-2d199c067a87) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2e8fbee9-9526-4007-a9ee-58dda0827e52) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-778cbbf1-d182-4e89-bc61-4ba7f8ab25b2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-91e3afb0-c340-4cf4-b89d-25f4a320ab04) 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 {
}
