/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1fc01ed9-5ae1-40a9-ac41-043b204cafa2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-eb70f8f2-0a99-4fe0-a53c-db1517bc3bff) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-37c2aec4-db9e-4373-a347-6013109ff427) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5cd63227-b94a-43bb-b9d2-2d3b286e5350) 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 {
}
