/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3431ee87-c757-4505-b939-a5502b094d2d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2c1aeceb-c89d-4aef-99d3-c2e4ba59193c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8d1fe0a9-49e9-42aa-a3bc-bdbeac570566) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-240048d0-d63c-4efd-9226-8b0f8f3790ed) 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 {
}
