/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d3768663-56c8-4f5b-bc72-4fecaf2ab7fe) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0730d08b-dd84-4ba8-b38e-9da11bd480fc) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3baf55ef-dc95-4d0a-8f30-7357333dae62) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0f868906-f9ce-450c-813e-3b4564687056) 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 {
}
