/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6d18aa72-aaa4-4ba6-b5c7-1f0fad523ae5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7b7dbe19-4a4d-47af-8e96-7d333961cc49) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c3a18e15-c506-4932-a15e-a93a97205cef) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-818d071e-ba5f-4c20-a522-f1d3656571a1) 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 {
}
