/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f0a3c7fb-411b-47c5-860d-901f9b791310) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f99d7e68-c25c-4faa-9138-a761d09e87a9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b01acd75-eab4-4b39-ba42-4d4e5c65da67) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-40c0e9e1-7a7e-4994-b373-913c73649211) 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 {
}
