/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fb5b80a0-f32d-4269-8dc3-928caba83913) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-88b574c8-f560-4562-a238-8fee134c8fbf) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-59193c4a-0786-4f86-baae-1770deb3a1ae) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-35144775-b436-4625-bcb0-745a580783ce) 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 {
}
