/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9ffc763a-91d9-40bc-ba17-749e43c489bb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-250ff593-5d30-4c04-a2b1-3f5232efb6d0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-588e5456-7e94-4ceb-86c7-9d11d961fc5e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-eb619a0d-7985-44a2-815c-31c1c2fe2399) 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 {
}
