/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f8728f45-80df-418c-b2fc-33c301060f34) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d59998ff-4252-4e73-a8f9-c94e70b5842b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7ba8e218-ad0d-474c-bfda-410626696701) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d661a9e6-c8b8-402e-8054-db2b135ae739) 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 {
}
