/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-143e3fd5-ab27-4c3c-a414-dbafae5f1bf1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-49d9b235-f67e-48d5-a27c-66b73330d2e0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0bea4a99-54a1-40ff-95c5-8e5a56a395d1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3501ea76-6eed-4b4f-8a50-f87b176e526c) 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 {
}
