/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bfa31a67-1a9c-4728-9a03-7e0a2fcde0f4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ee970885-d9e9-467c-897f-c6c2cab34234) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1cd0ac75-d136-40e6-9527-2f259e1f24a0) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7ba7960a-8aa0-41f3-b668-c6dba9fa0581) 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 {
}
