 #donation-meter
  {
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    border: 1px solid #555;
    width: 298px;
    height: 20px;
    background: #f4f4f4;
    overflow: hidden;
    font-size: 10pt;
  }

  #donation-meter:hover
  {
    background: #fcfcfc;
  }

  #donation-meter a
  {
    position: relative;
    display: block;
    z-index: 10;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #222;
    background: transparent;
    text-decoration: none;
  }

  #donation-meter span
  {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 20px;
    background: #9EABAB;
  }
  #donation-meter:hover span
  {
    background: #B0BBBB;
  }

