/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bac61d8f-9b9b-45e2-b73e-a3c74cc229bf) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ea62d24a-2f4c-4f85-baac-cfa04d775e94) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-01b45cdf-9924-47aa-ac74-ca4b72f6abe6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fb76c10e-da53-402b-a43d-6657cea95842) 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 {
}
