/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a2dca082-78ab-4828-862e-e81bbc1bbb3b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ee5bfa85-4419-44f0-b498-72771fc92803) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-97eb2d93-1be3-48f1-ac00-54ab72a0295e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ca010561-4de1-4d4a-ae90-6fb0aef0a2bd) 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 {
}
