/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5861debe-5217-4841-a677-2b13cf28c3d4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c44b1b19-4858-4f26-b0d6-f811d381cf6b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3bc63283-684f-48cd-a419-1b1cb79648a4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e1ffaca8-63c0-4fa1-a83f-deda547012fc) 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 {
}
