
a.button, input.button {
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding: .4em 1.25em;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 0 6px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 0 6px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), inset 0 0 6px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4);
  background: #e6133c;
  background: -webkit-gradient(linear, left top, left bottom, from(#f47b94), to(#e6133c));
  background: -webkit-linear-gradient(#f47b94, #e6133c);
  background-image: -moz-linear-gradient(top, #f47b94, #e6133c);
  background-image: -moz-gradient(top, #f47b94, #e6133c);
  border: 1px solid #e6133c;
}
a.button:hover, input.button:hover {
  background: #e6133c;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6133c), to(#f47b94));
  background: -webkit-linear-gradient(#e6133c, #f47b94);
  background-image: -moz-linear-gradient(top, #e6133c, #f47b94);
  background-image: -moz-gradient(top, #e6133c, #f47b94);
}
a.button:active, input.button:active {
  top: 1px;
  background: #e6133c;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6133c), to(#f47b94));
  background: -webkit-linear-gradient(#e6133c, #f47b94);
  background-image: -moz-linear-gradient(top, #e6133c, #f47b94);
  background-image: -moz-gradient(top, #e6133c, #f47b94);
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.4), 0 1px 0 0 #ffffff;
  -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.4), 0 1px 0 0 #ffffff;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.4), 0 1px 0 0 #ffffff;
}
