.submit_pay {
  border: 0;
 background:url(./images/buttons/submit_pay.jpg);
  width: 125px;
  height: 24px;
  cursor: pointer;
  padding-top:1px;
  padding-bottom:3px;

}
.reset {
  border: 0;
 background:url(./images/buttons/reset.jpg);
  width: 60px;
  height: 24px;
  cursor: pointer;
  padding-top:1px;
  padding-bottom:3px;

}

.submit_paypal {
  border: 0;
 background:url(./images/paypal.gif);
  width: 149px;
  height: 47px;
  cursor: pointer;
  padding-top:1px;
  padding-bottom:3px;

}