/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-e558a0c9-5bb1-40b9-9aab-a9bc9ac53280) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4425ed56-b756-48ae-b0b9-d4d67b682e0c) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-59287866-57cb-4601-a6ca-a537a430d72d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-fb34c4eb-ded9-493b-9a76-92501a2862e1) 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 {
}
