/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f54e7c23-9e00-4e25-8379-3e94edcaec50) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-469524e2-e7a6-43ad-af54-b5ce78e48ef6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8e5b61ba-12cf-40a1-940a-e379b4844cd1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d328e486-f76b-4d53-89cc-2b68f2e4b19a) 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 {
}
