/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cbfe45f8-17aa-44b4-acb1-ecc56ba93255) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-92870aca-e6fe-40c2-8000-d81393197542) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7572755d-a476-444e-a6a9-237c79ed0d04) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-57fe0382-d3dc-45e9-a7ae-080f214ab24c) 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 {
}
