/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-bce29815-89f8-4962-9b35-e793a41bb466) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-2990be93-399d-4a40-a8a9-5f99b46df178) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-ca641c1e-74a2-4656-8ec3-aa3f44d8def2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c22a0177-8260-4557-bb3c-514c46bc1762) 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 {
}
