/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-840ee4b2-99f1-4d48-87f6-c1f36dbdf06b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a0b16c02-3359-4759-8663-2706c6ae50ca) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-16c6c32f-7334-4145-ba96-36b92e8440ba) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-85e9c8b8-b87c-41aa-9d6b-659d4c813539) 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 {
}
