/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a86ab013-f503-42ce-a79c-b80f2498b6b8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3072648d-a6b3-4f64-a43d-8911c7c796de) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1a80c619-f7e2-4f49-8fcb-7478a5cb276b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-afa1ce4b-8128-401b-9c04-0063aadc9831) 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 {
}
