/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-eaf6856b-05c7-4831-8c18-d3e872728775) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-53f439ee-5a05-4f1a-8ea3-4d8335cbc9a0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-199567ec-7f82-4240-b4a1-5ba45f069b36) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-429dc22c-038a-4434-bd17-b97a2e25138b) 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 {
}
