/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6a166905-6873-4e7b-82e2-15572948f005) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e408a7b1-0bfb-4a06-8624-76a15a30d464) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-5aadf542-5fc0-4611-aa6d-05949a3b34c7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8947478f-6c59-4853-8bf2-01a0248eb92d) 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 {
}
