/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8794ea7b-0c14-410e-a567-40ec14bf0016) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-eda85062-a6ac-4bf6-a11f-257d6ab3082a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-efd91ab0-435e-4e1e-93c1-a4fa6963852d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a0da05d8-662f-455c-844a-c76fc61893bf) 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 {
}
