/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-aa9430a9-7f52-43d6-aff3-a776f2a02304) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e68cb7d6-d7f4-42bd-bff2-9ec52885aebc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d07ca761-165e-4511-8519-5171fbcf62c3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5a827b60-e0cf-4861-90f4-486e272f50f9) 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 {
}
