/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c0a93c98-f296-4488-b71e-8bf5a1287e20) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bfc5cf9b-48c5-4855-8b11-e59d6f618b69) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a699cc2a-6f41-492f-bde0-ee30432631f3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-83fe18e5-220e-4c0f-a052-22204dce26b5) 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 {
}
