
#ContactToOrder {
  width: 160px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/contacttoorder.gif) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

#buttonSend {
  width: 64px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/send.gif) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

#buttonSubmitChanges {
  width: 128px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/submitchanges.gif) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

#moredetails {
  width: 96px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/moredetails.gif) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

#addToCart {
  width: 160px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/addtobasket.gif) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

#buttonContinueShopping {
  width: 151px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/continueshopping.gif) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
#buttonContinue {
  width: 101px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/continue.gif) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

#buttonUpdateCart {
  width: 96px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/updatecart.gif) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
#buttonCheckout {
  width: 106px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/checkout.gif) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
#buttonCancelOrder {
  width: 115px;
  height: 20px;
  margin-top: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/cancelorder.gif) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
#buttonSubmitOrder {
  width: 160px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/submitorder.gif) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
#buttonLogin {
  width: 86px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/login.gif) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
#buttonRegister {
  width: 94px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/register.gif) no-repeat center top;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
