/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1bc88943-c3cf-4e1f-a4d6-a01cac601798) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-74413bc3-a3d1-4716-8319-fa4de8942f5b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-37f06550-dcce-480c-bf60-545811ae1e52) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7dddb936-b634-4f5d-92de-8817bbc7ff3b) 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 {
}
