/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-befcfc0b-29a2-4250-b9fb-6c4553b6a96a) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f781f1dc-9b30-4045-9116-bdea58f88bab) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-fc14df76-3521-49c3-a21d-a962a9a2c818) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a2d44276-dc0c-48fc-956a-e9ee856dc1c5) 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 {
}
