/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2c3bdfc2-9999-4039-8cea-c9d87942a2bb) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-379d991c-4478-4223-816e-efe7daa7ebf5) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b4856d3e-87b1-4500-bb69-a6be22039bdd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5e23006e-de5f-48bb-af0d-d165f2c9e393) 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 {
}
