/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-621392d5-3340-4582-b159-2bb3c83b7f1d) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-03eb0299-1e19-476e-bbb9-2027e0850f73) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d02b657f-26a6-447c-b4b8-01ef647dfb41) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0ca49fd6-e509-4799-a1b8-66c6f5e71bd6) 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 {
}
