/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-71af0d6e-454e-48a3-84cc-f1a005cae259) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ff856c29-66ae-4ac3-86fc-56a66e16b54a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2845d777-cc02-4928-9bba-a711ebf0831e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9743ed67-03e0-4d4e-8ef3-a3333283c692) 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 {
}
