/* Buttons CSS
 @author Jeaniffer
*/
input.buttonGray, input.buttonGray:hover {
  height: 24px;
  width: 94px;
  border: 0;
  cursor: pointer;
}
input.buttonGray {
  color: #555555;
  font-size: 11px; 
  font-weight: bold;
  background: url("../images/button.gif");
}
input.buttonGray:hover {
  color: #800000;
  font-size: 11px; 
  font-weight: bold;
  background: url("../images/button_hover.gif");
}
