/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cf3eb226-b6d2-423f-b58c-754691972739) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-11a5c5e3-086a-42e0-8769-d4aada0d196d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9e71b5a2-4600-4c85-8c1e-197d79478efc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-814a83c8-86bc-492f-9db5-5f95385f8201) 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 {
}
