/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-d039ce72-729f-4b4b-8673-a8c7ffa1759f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e369f6fa-f113-4b52-a948-57a29411d6a7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-a1b553c3-7d2a-4d97-8c97-918ea50aebf7) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ddc6bafa-5fe4-4c3f-873c-21d83ab88339) 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 {
}
