/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-81c77cf0-6beb-4367-8101-d6c5eaa3b486) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2719e543-c3a7-479a-b965-09fc42e7baf8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-62bd185b-d846-4404-bb8e-d21ce3cde0e6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-475ebae7-b5be-4025-8f59-7c5170c619fe) 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 {
}
