/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-136e8f76-7dc6-4139-a07c-ee883f50ac39) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1773acdb-920b-4d7a-82a6-d4ac609858ff) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a3593479-c2e3-4f99-816c-69a9b1c06766) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-78e80c21-e32b-4667-97da-7d33e7a9af6f) 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 {
}
