/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-3e829da4-55dc-405a-ab48-19cc2ddf6fb1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-78bda97b-97b3-4368-abbc-eb1f545f78cb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-cd144294-c195-4a29-81ac-8688528d441b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5de56fc4-0d3a-4f84-b12f-bfb5befe5029) 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 {
}
