/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7e0b9771-6b0e-4336-9264-b427fca997dd) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f5831773-76da-4efc-868b-a03b0118025d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-28fe7b22-7233-4b07-bc18-f467d09113ad) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-152e7f1a-d66e-45c9-a900-647d8b9537e9) 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 {
}
