/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0daee253-e902-44e9-963e-fe094419e3fa) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-66578504-0c5f-4625-b19e-e3374769af21) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a024463e-a4a4-4cf8-93cd-d466b7b92203) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-77752795-65a2-4df4-b280-9be82c0d7f77) 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 {
}
