/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-56c63405-64cb-45d0-a154-b093445dc9f1) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-3259b168-61c8-45b1-ad2e-d1a2f5bc921d) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-0b5fea66-400d-40bf-8c46-1ff87c1cfcaf) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2e6a58f1-c4d4-4a59-92fc-ba0d50ef92ac) 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 {
}
