/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-85257b6b-f463-4c21-a130-3b55afbd1db3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5a9b1a43-1260-4575-aa8a-7d5f46ab4570) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-51ed7194-9c94-4c75-898c-0c338c167101) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0a925fe6-c272-4021-84a1-d205cc785af7) 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 {
}
