/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dfc7399c-55c5-4193-b854-aba3b05dfdd4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-58613ddc-1feb-4fa9-aa89-3de6f495d62e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-28577370-5edb-4fb8-bb71-91b780698ed1) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-4d6b5a33-1d02-4200-b7b2-97821b80827b) 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 {
}
