/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3bfa15b7-f57b-4c28-af58-0f1482e4ebd2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f5ba62f3-6040-4a90-b2d6-03519cfd3efd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-529803cc-0a27-4102-8ef4-2fbff6724ad2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4a577337-9a0a-4f38-84e9-2a893648a277) 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 {
}
