/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9c52ad35-d364-4d43-97a7-96d60f637bb8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1606f966-0a84-4d1d-bf60-79043f10c0ff) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a0791c67-e9c9-4669-a4e6-4c9a883ce693) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e3c7a9c6-a221-4e2a-b42c-fe4e258e76d2) 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 {
}
