/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-50b9dd83-09d9-4862-9526-41173959ca8d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ee4887a8-74a2-4f23-99b2-6d4cee401597) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8e6920cb-1d2e-441d-82be-7dc205a8b938) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a51f35de-3860-4f80-9c66-099accdb175e) 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 {
}
