/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-baff9849-66a6-4f0c-b506-52f402f9a4f5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e3084338-fbfa-433b-8321-35d7f8b9e43a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4bcdd34b-94b1-4187-9570-fb50f33024fe) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-86b41a1f-49bc-4a8f-ac75-1fb1f8fff8e4) 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 {
}
