/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-81a03895-2353-4d46-8f4b-d0aa5397f826) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-188abfce-f5b1-4c66-b22b-e4f346ac505e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-071ee39e-2c18-46d1-aaf3-7caaf9d61814) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3a1abe2c-3250-4e85-bd4a-e7e6a2b36592) 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 {
}
