/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8d8d0c37-2929-415e-a48a-386e2264a269) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a7f8d79b-4807-4219-a67b-ca0ac6002908) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-aaa35213-d765-4a75-90df-a4dc11b297d2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a17a1afd-761d-4e10-9582-d62a4d8ca384) 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 {
}
