/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c7ffccc1-93fd-4dec-b061-2f5128b1a227) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-730753af-50c5-47a1-9f34-a4276f9166d2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-86b58123-d153-48a2-b978-47aaa9ceceb9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7d26906e-f4bc-4208-acfd-f804c3d9b9ed) 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 {
}
