/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-138d61e6-3534-46cf-ac31-33d0b9a8ec46) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d6502fba-276a-4ea0-a8c0-0868a1a40fa4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d4518a56-2023-4f79-9cfa-72fa292a8558) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3829b238-a232-4e47-a65a-9441152f379f) 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 {
}
