/*----------------------------------------------------------------------------*/
/*                        (C) 2009 Ivan Reyné Ferrando                        */
/*----------------------------------------------------------------------------*/

button.submit {
  background: #d0d0d0 url('../images/en/send.png') no-repeat scroll 0px 0px;
  height: 25px;
  width: 100px;
  text-align: left;
  text-indent: -9999px;
  margin: 0px 0px 10px 0px;
  border: 0px none #d0d0d0;
  padding: 0px;
}
button.submit:hover {
  background-position: -100px 0px;
  margin: 0px 0px 10px 0px;
  border: 0px none #e0e0e0;
  padding: 0px;
}
div.price a.buy {
  display: block;
  float: right;
  background: #ff8000 url('../images/en/contact.png') no-repeat scroll 0px 0px;
  height: 25px;
  width: 100px;
  text-align: left;
  text-indent: -9999px;
  margin: 0px 0px 0px 10px;
  border: 0px none #ff8000;
  padding: 0px;
}
div.price a.buy:hover {
  background-position: -100px 0px;
  margin: 0px 0px 0px 10px;
  border: 0px none #ff8000;
  padding: 0px;
}
