/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9f9192c1-1045-4ff5-a33f-f0ec6dbe16c8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9cb185ef-aaf6-446d-a39a-b1ec8f2890d7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bd1c065c-d97a-492b-a331-06891a9915ea) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e45e587f-41b8-4a84-a617-d9485574add3) 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 {
}
