/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-381506de-751e-4975-8c93-944ae4e1f8a8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-68c58966-6b4c-478f-a300-10cb7cc6449b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ba3e4a87-d220-49e8-a021-8d2a3440829f) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-84010f70-b3df-48bc-90ac-0457914603e0) 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 {
}
