/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d1fdaf6b-c6ef-4797-9334-ba55f8dd87a4) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e87092ea-3408-4f62-80e4-d833d8fd7131) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-59e4f952-4a72-4429-9631-d6d937e7b0ec) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-44c4c26f-daeb-4af9-85c1-0cd3559a07f1) 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 {
}
