/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4167e18c-682a-4e4e-a244-4fa749cf96c9) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1a0e5b7a-54a3-43ad-a146-42bc88e7faf2) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b85707d4-eb25-4dea-a6c2-e828c41d837d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0337bb38-d8c5-450e-ab70-ff64764b2a9c) 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 {
}
