/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-20d1237e-d90d-4511-a25a-1ff70fdb33cd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f896ab20-8f9b-4912-a70a-b9756f98c8fc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-47281ac9-73de-4bc4-b297-c071c989ae3f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cd2bd56c-51ab-4fae-9481-f3a2a9947427) 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 {
}
