/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-49c94dac-990c-4412-ba98-3d1887701068) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-44274232-df5c-4f26-8252-1253b3e09686) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-af1b0313-d22d-43b5-a15a-98468ab0a073) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e2fc8bde-7bea-46a2-9239-65e8a24af4a3) 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 {
}
