/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2f055d28-c059-4397-9aa7-67c286a7d043) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5dbb9a2b-1430-40b7-baf5-bea627f97c6b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1e04423f-8275-45ce-9406-8aa5b6340962) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ec624b5f-010e-4823-82a4-640ff5b60416) 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 {
}
