/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-12c711b2-b03a-446c-b964-f9fc806b28fc) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c65baa73-4f7b-4ea3-bf88-683c831a4a3f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-77f4dc13-5019-4e49-b4a7-f2b1f3073e83) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-14833b55-e68f-4d3c-af40-c5d6c8c22e48) 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 {
}
