/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0818d101-5dfa-4b83-9c6b-a8a31e5289a0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8e783f71-47ab-4f77-9f42-74fcbef037eb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-2bb6c939-9f8a-472e-9046-d66d9941c55e) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5e35500b-bf6a-4213-99ca-fd10168a896b) 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 {
}
