/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1a24c74f-5876-40ae-9c07-af0620a870c3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6f531c20-0552-4031-8664-03fcac59bba0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1ab2341b-1e0a-467b-bd2f-12bc445fb7da) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1c36c085-a335-4d10-a8bb-cd7eaf48d12e) 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 {
}
