/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-64cd1247-b4c6-47a0-8c47-9e2027ce6df6) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-efd1b362-dc5d-44d5-8e5d-33f5dab5c4c8) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b9307893-ed90-4e25-a350-b4bc0983351c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-2aa08afa-22f3-4098-973f-484a99c3c271) 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 {
}
