/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-84e00f2b-a2e6-4d35-aba0-1bd02f68746d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-41142f35-037b-4300-a9bc-32dfb7276001) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-52392bce-b535-4d0d-9877-c96115318ca8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2a6409f2-0058-47ef-8318-ec73a484d514) 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 {
}
