/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9b3d7194-4fc9-49f2-a467-5ca8283b347d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8dcdf0ee-667c-4b19-974b-5231cc63a81a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d47b7a07-d7ab-487f-aab5-fd4530c9c4c1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2ab68c48-5255-4532-8066-87497e8979ca) 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 {
}
