/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-63943c76-efda-459b-81ca-2b12e2edbe98) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-540ebfc0-3ea1-4bd5-9a87-943d7f3646d5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d2b56b93-8743-475c-b91c-4b61735387d6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-75878e81-04f7-4f7a-8438-a9b1f27c2acc) 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 {
}
