/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-01f3df45-5838-4f06-a6ee-aa8305929617) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a1e2812a-8c6c-4ab0-ba1e-b691382bfb16) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7b3652df-f245-4f4b-9e4c-f64203e48a72) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a8c32cd1-415f-4231-bd25-e8e39bfa5076) 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 {
}
