/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e64bcd6a-f0b4-4ab1-bb8c-d317830f6cf7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bf1ad822-559b-4a8d-9100-de73c9fedc5e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bb90e749-1d70-405c-a1d4-28dfbe3f557a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4c9dbb19-f872-496d-8430-25dcb3088003) 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 {
}
