/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f1f77128-8b32-420f-ab29-f60b11585f18) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4169343c-74c5-436a-ab35-f6d2473b249b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9abde50a-c421-437b-8f99-09a07afc9e3e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-1d4d6aca-44d2-4a98-83c2-6236d54e5ca9) 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 {
}
