/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-164d9ff1-53a3-48dd-b176-6735ef167c9b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-faf129e1-7634-4924-86df-fb5b44ddcb4c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ac8e90b8-4f19-46a5-ad72-364415d8a19b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d2570ea3-9949-42a3-b232-a943470c0a14) 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 {
}
