
button {
  float: right;
  display: inline-block;
  margin: 0;
  padding: 3px 3px;
  font-size: 13px;
  font-weight: bold;
  font-family: "Verdana",serif;
  text-transform: uppercase;
  line-height: 1.8;
  vertical-align: bottom;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
span.press button:focus {
  outline: none
}
 
span.press button {
  color: #fff;
  background-color: #ff9000;
  border: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px #cccccc;
  -moz-box-shadow: 0 4px #cccccc;
  box-shadow: 0 4px #cccccc;
}
span.press button:hover,
span.press button.hover {
  background-color: #FFAB3D
}
span.press button:active,
span.press button.active {
  background-color: #ffab3d;
  -webkit-box-shadow: 0 4px #cccccc;
  -moz-box-shadow: 0 4px #cccccc;
  box-shadow: 0 4px #cccccc;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}
