/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bdaab7e3-442f-4a69-811f-a59466f949d2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9a8919ae-46a3-49e1-8e13-b94279befc71) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d86da908-0450-4fef-8e20-da9aa8a6d518) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-36bb1781-7d15-4391-8a8e-45b193ba072a) 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 {
}
