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

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

.button:hover
{ 
  background-position: 0 -25px;
  color: #F7AD3C
}

