/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f116502c-e16a-4dec-85b9-8482f3ce3549) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ce18358e-665a-4e16-ae46-3a6903e2eacc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4c79942c-68c0-4530-99e0-d6f46a391a2f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b4fdfd9a-7ba8-4878-aae2-3513af1441b4) 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 {
}
