/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c3e12f7e-e0f8-4ab2-a390-0deadc20e9e4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8915a5cd-6a09-4cf5-bb42-556386c38e88) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-42ba41b7-3152-4988-8526-d6afb5c1ec60) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8e5261f1-c05f-4aef-906e-b1ead652cca3) 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 {
}
