/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b7c32974-14dc-41a7-9fe6-c8a6e1fb7506) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3c9018f4-6fb9-4dea-918a-77e59d1bf04f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5a8fcf16-b625-4772-bf67-00a6b8752a67) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-774db702-4eb6-481a-bfe0-4badf42318c2) 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 {
}
