/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-16e740da-9947-4afe-b98e-2202d900e4ab) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7833d14f-4876-422e-b005-e12b19695db9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6a31e705-a047-4911-a1f0-e34df535cdbb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-327b3db4-0e99-4886-b2af-202a41342159) 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 {
}
