/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f60b51bc-f89f-4bf7-ae2d-a5799023c3d6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-7ecff860-3292-4203-b435-d963424ab4aa) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ac997c9f-8486-48ec-8f4c-6ec16768050b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8149b375-e43c-466a-8760-c7807e617433) 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 {
}
