/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-85a13d99-28c4-4da0-8abf-5c85c4cc11ee) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d45bc0e9-a2bb-42d6-b64c-b22e5eeec171) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6a5cf35c-0991-4852-b2a8-9a90ccca27a4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9e7d1609-f5c6-41ef-892a-4f10ed043434) 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 {
}
