/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9e5c8b02-e16c-4431-a561-575e04b091ce) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3d3591c6-26bd-4877-bf27-a91274452019) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6954ba27-56f3-49b6-9b7f-b72e1b68094a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-80cf985d-fb20-4e95-a3ce-e12243e488f0) 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 {
}
