/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0d0f2c82-7e95-4427-b228-f7d00e93c9fd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-179f1f2d-fef3-47d8-bc82-c9804a54ccb5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f9a9f84b-b090-4f8d-8017-5b37819c4023) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5e85c181-bd3f-4a01-a8a9-684190448287) 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 {
}
