/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-01c3ab15-5d21-46ca-a95c-0559592c6cab) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-50624671-95c4-406b-88e4-4fca45166ed3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-626fa6d2-529a-4ba2-a4e1-e8bae077d5c6) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4a520965-c140-4a80-8872-60bc89b8b98f) 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 {
}
