/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-950ce40c-a52f-4987-ac38-eb8a55ff3ad0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f99bab23-763f-4096-ae7b-458f51624504) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-451a0f42-e5a2-40ad-8836-d036ea5f0d38) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-69c1f0bb-6be8-4094-be99-f0f9a425e208) 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 {
}
