/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-30c01199-3e6f-4e94-99d0-0cf97a0a2a00) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6677563d-01b1-4837-b412-fb6a67187b5d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a289f37e-89cb-4172-8224-04711a6c25c2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-be2d8e2a-987f-41d2-82f9-ac912c49b0fb) 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 {
}
