/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0bd1b998-c2ed-4937-a3a4-e662711e0bfe) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1ba163e5-7aa6-48bd-9c93-28a76534919d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9b75c6f2-149f-464e-81a4-416648146a38) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-3ffc2131-fd38-4b62-8d0a-0b3feb0a42b5) 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 {
}
