/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1b8ad7a3-6d79-4a93-b06d-8d10dc6b8275) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ba5dffc0-c327-4efb-b020-c553add781ba) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9c8f0be3-c25f-4438-a1fa-d0b670456b64) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-99e5d1bf-9459-4869-9649-87233c5220f9) 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 {
}
