/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5ff30dcf-b2ff-413c-bc1e-23fda1810d25) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bbb7ade8-ff83-4e82-aad2-f3facfaa8239) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8a0eaaa2-23ab-43d1-9fc2-b27187ebd82d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-13f8541e-d44e-474f-a1be-8a84721d4a17) 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 {
}
