/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b204d932-9520-45c4-90ce-8af99e2a36a9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d3154cd1-d63e-42b1-ab4a-c3452d4e067c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a8636d0f-7023-45a9-b34f-6b43d7a82a7e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-cba8eec3-45fc-4402-9d90-11662d6c1bf9) 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 {
}
