.myButton {
  -moz-box-shadow:inset 0px 1px 3px 0px #d9ddde;
  -webkit-box-shadow:inset 0px 1px 3px 0px #d9ddde;
  box-shadow:inset 0px 1px 3px 0px #d9ddde;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d9ddde), color-stop(1, #d9ddde));
  background:-moz-linear-gradient(top, #d9ddde 5%, #d9ddde 100%);
  background:-webkit-linear-gradient(top, #d9ddde 5%, #d9ddde 100%);
  background:-o-linear-gradient(top, #d9ddde 5%, #d9ddde 100%);
  background:-ms-linear-gradient(top, #d9ddde 5%, #d9ddde 100%);
  background:linear-gradient(to bottom, #d9ddde 5%, #d9ddde 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9ddde', endColorstr='#d9ddde',GradientType=0);
  background-color:#d9ddde;
  border:1px solid #d9ddde;
  display:inline-block;
  cursor:pointer;
  color:#525453;
  font-family:Arial;
  font-size:15px;
  font-weight:bold;
  padding:11px 23px;
  text-decoration:none;
  text-shadow:0px -1px 0px #d9ddde;
  width: 88%;
  text-align: center;
  float: left;
}
.myButton:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d9ddde), color-stop(1, #d9ddde));
  background:-moz-linear-gradient(top, #d9ddde 5%, #d9ddde 100%);
  background:-webkit-linear-gradient(top, #d9ddde 5%, #d9ddde 100%);
  background:-o-linear-gradient(top, #d9ddde 5%, #d9ddde 100%);
  background:-ms-linear-gradient(top, #d9ddde 5%, #d9ddde 100%);
  background:linear-gradient(to bottom, #d9ddde 5%, #d9ddde 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9ddde', endColorstr='#d9ddde',GradientType=0);
  background-color:#d9ddde;
}
.myButton:active {
  position:relative;
  top:1px;
}


