/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0ba97af0-3b2a-4d0b-82c0-39eb46d076f4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5c2338c5-28bc-4769-9477-fd38555c409e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0dc08a61-5e78-4823-adc3-2b579d7e9068) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4ac96dda-656c-4d64-95d9-34fb49d2958f) 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 {
}
