.donationbar {
position : relative;
width : 500px;
margin-left : 0;
background:#EDEDED;
height:20px;
}
.barometr-start { position: absolute; left: -38px; top: -9px; width: 38px; height: 38px; }
.donationbar .ne, .overlap .sw {
position : absolute;
top : 0;
left : 0;
}
.donationbar .ne {
z-index : 1;
height: 20px;
width: 500px;
}
.donationbar .sw {
z-index : 3;
height: 20px;
}
.total-raised { position: absolute; left: 3px; top: 0px; font: 16px/20px Arial; color: #000000; z-index: 4; }

