@charset "utf-8";
/* CSS Document */

.button
{
  display: block;
  width: 95px;
  height: 30px;
  background: url("bottombuttonboth.gif") no-repeat 0 0;
  font-size:small;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #F7AD3C;
  text-decoration:none;
  text-align:center;
  line-height:30px;
  height:30px
}

.button:hover
{ 
  background-position: 0 -30px;
  color: #00525A
}

.button2
{
  display: block;
  width: 75px;
  height: 30px;
  background: url("bottombuttonboth.gif") no-repeat 0 0;
  font-size: smaller;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #F7AD3C;
  text-decoration:none;
  text-align:center;
}

.button2:hover
{ 
  background-position: 0 -30px;
  color: #00525A
}