img.percentImage-bar {
  background: white url(../images/percentImage_back-bar.png) top left no-repeat;
  padding: 0;
  margin: 5px 0 0 0;
  background-position: 1px 0;
}
img.percentImage {
  background: white url(../images/percentImage_back-bar.png) top left no-repeat;
  padding: 0;
  margin: 5px 0 0 0;
  background-position: 1px 0;
  float: right;
}

.percentImageWrapper {
  float: right;
}

.percentImageKeyWrapper {
  position: absolute;
}

.amountRaised {
  width: 100px;
  position: relative;
  text-align: left;
  top: 27px;
}
.zeroPercent {
  width: 50px;
  position: absolute;
  left: 5px;
  text-align: left;
  top: 60px;
}
.twentyfivePercent {
  width: 50px;
  position: absolute;
  left: 113px;
  text-align: left;
  top: 60px;
}
.fiftyPercent {
  width: 50px;
  position: absolute;
  left: 220px;
  text-align: left;
  top: 60px;
}
.seventyfivePercent {
  width: 50px;
  position: absolute;
  left: 328px;
  text-align: left;
  top: 60px;
}
.onehundredPercent {
  width: 50px;
  position: absolute;
  left: 400px;
  text-align: left;
  top: 60px;
}


.fundraiserpost {
  position: relative;
  padding-bottom: 10px;
  height: 85px;
}
.fundraiserpost .donation {
  float: left;
}

.donationAmount input.amount {
  width: 110px;
}
.donationAmount {
  line-height: 40px;
  height: 40px;
}
