/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0337ec02-b2dc-4983-8efe-7edb67b722f6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f044b4b1-7dae-4913-a35c-9504887118b1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-968882fd-b4fe-49ce-a91c-87028a576169) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1e7ee863-5590-4669-afcd-3351c65a6bbf) 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 {
}
