/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f4596a54-84ca-48b7-a8df-25ed9475bdf3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-067d2066-9a00-45de-81fe-31a13ace5027) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-62d754e6-2268-4b2a-a081-691c7fc78146) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7dc53b30-5f6e-442c-94fc-f4208382d07b) 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 {
}
