/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6e0c7c90-463f-4393-ae8b-fb5ec0e447e7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-22287b8e-bfe6-4660-825d-d00e4bc91782) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f813b4bf-a551-471e-99ef-09780497d47d) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9a41bebc-89b5-4530-bcbd-17331e951fa6) 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 {
}
