/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6e06f4a0-7a33-4fe2-913c-bc7483adff04) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a9c6979c-1748-4e27-9f48-5443e156bef5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-34939525-c355-4226-aff7-33848ad89d37) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5115c62c-229a-49a8-b151-1abf221091a2) 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 {
}
