/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-850948ce-24cb-4f7b-92a9-eee4ad93ff4a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-34a2bca3-acb4-4230-8cf3-885e8ca5a389) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9349efc0-c29e-411b-bb45-4808d7b6a801) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c3208f3e-d1d3-48cc-9123-0406e5a98855) 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 {
}
