/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-15606f35-84ed-409f-8c5e-a57e94caaa40) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ff4860f2-50d7-4362-858c-a389b4479fa6) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9375dae6-e7b9-43e9-89db-aeb16af0495d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-40945c31-6999-4be9-bcfc-da4ba1064c79) 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 {
}
