/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a274cfa8-a9f2-4c00-a32c-697f6bd8d9c0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8671e656-c295-424c-b03d-a95b5010dfb0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-96c93cc2-7dfc-43da-8134-1dc65036b76e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2d660138-9711-4447-b566-a230330e5513) 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 {
}
