/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-395aab8f-86a0-4518-b1f9-93d6b98946a7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c8428b99-e065-4fc9-8654-7a9902342b88) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9ae46f9d-5bc6-4fa0-ba68-0f2384a68e0b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e895392a-4b1c-4717-adaf-3c656a6c0b60) 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 {
}
