/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5ad1a798-d3d6-4657-96a0-2f0b8b377985) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f8002c52-d1d3-4438-b33c-0e0c941e0171) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5b84d626-05a2-4d93-ac9a-e42c142170ff) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-854490da-7d4a-4351-87e0-219a910fb499) 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 {
}
