/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9d1fc589-210f-43e6-b307-7c45a1480be1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f785f075-9e06-4f38-a1cb-cb63e04bdcb7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b36449ac-f5b6-4279-a513-e28552b14134) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-88e25e96-73e7-4ee5-8f90-a412bd0baca7) 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 {
}
