/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0f6de996-cd8e-4f57-a366-f047e99c3833) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1844ac63-bb68-4a6a-9feb-f0cf9d8fe29d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-66bc6ea0-aa69-4177-a13a-c4a47630dea4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a092eabf-9426-4972-a2ba-3003b678bde9) 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 {
}
