/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ed94122b-c912-4d34-90ae-16bfa2ebf531) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-101d369e-3e92-42f3-ae0b-534fec484b3a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c82ddd11-f934-4b8f-8413-d1b0c0a1b901) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-960e7c3b-a03c-4bfe-b38d-3add1d3d35c9) 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 {
}
