/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4e04534f-322a-4532-ab76-c9433970a1d1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5b234211-31ce-4e98-adfd-66eaaf986da7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-59f7ea45-b9a3-4b24-8905-4a2dc97a6505) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-60019f51-65bc-42cb-a752-c3a54ded115d) 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 {
}
