
a.button, input.button {
  font-size: 1em !important;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding: .4em 1.25em;
  color: #E5FFF9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  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: #3BC7A8;
  background: -webkit-gradient(linear, left top, left bottom, from(#3BC7A8), to(#1AA486));
  background: -webkit-linear-gradient(#3BC7A8, #1AA486);
  background-image: -moz-linear-gradient(top, #3BC7A8, #1AA486);
  background-image: -moz-gradient(top, #3BC7A8, #1AA486);
  border: 1px solid #006D55;
}
a.button:hover, input.button:hover {
  background: #3BC7A8;
  background: -webkit-gradient(linear, left top, left bottom, from(#3BC7A8), to(#2EBA9B));
  background: -webkit-linear-gradient(#3BC7A8, #2EBA9B);
  background-image: -moz-linear-gradient(top, #3BC7A8, #2EBA9B);
  background-image: -moz-gradient(top, #3BC7A8, #2EBA9B);
}
a.button:active, input.button:active {
  top: 1px;
  background: #2EBA9B;
  background: -webkit-gradient(linear, left top, left bottom, from(#2EBA9B), to(#3BC7A8));
  background: -webkit-linear-gradient(#2EBA9B, #3BC7A8);
  background-image: -moz-linear-gradient(top, #2EBA9B, #3BC7A8);
  background-image: -moz-gradient(top, #2EBA9B, #3BC7A8);
  -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;
}


