/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b7266628-1965-4aa4-bfc1-56ba99da0799) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-edd9b0b4-f954-470c-ad51-583605619960) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-50cad97b-b5c2-4327-bbfc-21c1d7de5f09) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1d541c29-de2f-45a0-badb-d295e4f64ec4) 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 {
}
