/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-433f41a2-947d-49bc-bef6-86398511d85f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cbc04c6b-693b-434d-a258-5a4850a63577) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9f73d903-9618-4b0e-8531-50d5046c0337) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-529e7a78-2549-451a-8f9a-bc4c55416793) 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 {
}
