/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-53e3e541-f79d-4404-8740-a4c62afee941) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8b0f100b-e3fc-4bf1-a848-0340cb7e0747) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fd5d9005-b6cc-48a9-ae4b-556c601100c7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3e2bb85b-5f99-40c4-a405-64a9e866c9e2) 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 {
}
