/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9e9c4bb0-f348-4efe-813a-ae10463ea922) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-77541b16-716a-4102-bc23-9c961a053219) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-d0c899c1-2f3b-486d-9345-089490028a3b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-05295587-1404-4c89-af70-4e4fce9a4ed4) 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 {
}
