/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-12c81561-0152-47de-89f0-45c083ab3b63) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-68fb6371-00e1-4499-a28a-57f77c6b016a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ee2c8f0a-567c-4c51-abc4-749704359af4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c214f1cb-644e-4404-96e8-94953331253a) 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 {
}
