/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-7c5838b6-735f-4371-a578-277263e657d2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-9b529782-7c21-4e46-8feb-58f28889326b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2d5333d0-0a7e-4148-8b50-fea566c3fb75) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6441674c-c896-4749-a533-f1964a8dd92b) 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 {
}
