/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-99036b5d-e785-492a-bd57-fbe236cbf9b4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-57def924-7133-4ad6-b34e-67267de46a40) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2467ad6c-10aa-4fb5-9319-649518120101) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-57307d67-4300-499c-9267-ad3065e16d15) 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 {
}
