/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-14522a43-9078-4231-b01f-2ff0ee739c15) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6b56db47-fcd8-427f-b871-c25561a9ea78) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-562964a8-762b-4a0b-8a82-1d2836808cf7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-223775f9-d19d-49d0-a140-9027830eafd6) 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 {
}
