/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bdf4d938-f5a2-4942-ab7d-f209becf08de) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3d029d1a-77a5-4e44-9cea-988e3e105374) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-c38c754e-cd47-4438-8033-c744c3920504) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-0baad2d8-a2f2-47c0-bf3f-1cdf40bd9a8c) 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 {
}
