/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2922ec4c-1001-48ad-a020-a9a480564c3b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-12d46c65-1190-412a-a181-0edc4ce0dc3b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-86031f88-cb08-4190-a9c0-25db42d743af) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-05698331-74fe-4396-bdf1-5514c9ce783b) 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 {
}
