/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-29aedb91-68d6-4b38-9b31-a220b56101c8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d0099e61-6487-4866-8615-e207503f42ca) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-77cb5e9e-801f-4131-8504-542167702dda) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b1588e31-b623-45f9-a9d6-3acb8897b140) 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 {
}
