/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-1038b139-bceb-44ac-8c7f-845efd76a976) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-b55dbdab-f80c-4f1b-8a64-29e132c654b4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3f98c7a5-be3f-4ec4-92ba-3504480f0d44) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9e74931f-4a93-454d-a582-c1b64f700c06) 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 {
}
