/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-fac67888-84d7-413d-b0df-bd9cb3ce2873) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dd43c273-3744-4560-8604-b1f44f1987f2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ace94630-46f1-4f12-8f70-cfdb6d99a19a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8ed18043-0293-4f77-8b30-b9cfb745492c) 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 {
}
