/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-96bfb6b4-843e-4a10-9c64-ecc3335c9f3f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3d37a62e-9775-47aa-a621-c682937ae312) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8b42bc00-adbe-424c-9e1e-329d32b673f6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bf532d5c-198f-461c-a68b-699996f5a9ca) 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 {
}
