/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6cb17460-0064-41eb-91b2-c40581b3fb61) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-70fdb80a-4ce6-4925-8644-a895daca772e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fd486126-10b0-426b-bca5-2a206b735019) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-185b0b45-b50b-4946-a50e-112f0483ab3c) 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 {
}
