/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-326e45cb-a336-49a0-ba21-774b9ae403c7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-769af75e-ad20-4be9-98fb-ac515cdf9b85) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-e67cc777-863a-4e5b-874d-ca85ba505a7e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c5e8dae4-2199-4465-b413-eff9ff1c7c95) 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 {
}
