.myButton {
  -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
  -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
  box-shadow: inset 0px 1px 0px 0px #caefab;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1eface), color-stop(1, #59948a));
  background: -moz-linear-gradient(top, #1eface 5%, #59948a 100%);
  background: -webkit-linear-gradient(top, #1eface 5%, #59948a 100%);
  background: -o-linear-gradient(top, #1eface 5%, #59948a 100%);
  background: -ms-linear-gradient(top, #1eface 5%, #59948a 100%);
  background: linear-gradient(to bottom, #1eface 5%, #59948a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1eface', endColorstr='#59948a',GradientType=0);
  background-color: #1eface;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  border: 1px solid #101c0e;
  display: inline-block;
  cursor: pointer;
  color: #306108;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 42px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #aade7c;
}

.myButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #59948a), color-stop(1, #1eface));
  background: -moz-linear-gradient(top, #59948a 5%, #1eface 100%);
  background: -webkit-linear-gradient(top, #59948a 5%, #1eface 100%);
  background: -o-linear-gradient(top, #59948a 5%, #1eface 100%);
  background: -ms-linear-gradient(top, #59948a 5%, #1eface 100%);
  background: linear-gradient(to bottom, #59948a 5%, #1eface 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59948a', endColorstr='#1eface',GradientType=0);
  background-color: #59948a;
}

.myButton:active {
  position: relative;
  top: 1px;
}

.ConversionTitle {
  background: url("/Img/ConversionTitle.gif");
}
