/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-8f366633-b3f2-436b-bee8-027d09bebd24) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-0f51a4de-f00d-4657-9402-18aa69211fbf) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3f4f1f80-21f1-4c38-b991-9961e8949907) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-8e3b0a40-65b5-472c-9ef5-d21f6f1ab3ea) 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 {
}
