A.btn_green:link, A.btn_green:visited, A.btn_green:active
{
  font-weight: bold;
  font-size: 8px;
  vertical-align: middle;
  color: black;
  line-height: 20px;
  font-family: Verdana, Arial, Helvetica;
  text-decoration: none;
}

A.btn_green:hover
{
  font-weight: bold;
  font-size: 8px;
  vertical-align: middle;
  color: darkgreen;
  line-height: 20px;
  font-family: Verdana, Arial, Helvetica;
  text-decoration: none;
}

DIV.btn_green
{
  background-position: left center;
  background-image: url(/bookit/common/images/btn_green.gif);
  width: 64px;
  height: 21px;
  text-align: center;
}
