.button {
   border: 0px solid #000000;
   background: #ef7321;
   background: -webkit-gradient(linear, left top, left bottom, from(#ef7321), to(#ef7321));
   background: -webkit-linear-gradient(top, #ef7321, #ef7321);
   background: -moz-linear-gradient(top, #ef7321, #ef7321);
   background: -ms-linear-gradient(top, #ef7321, #ef7321);
   background: -o-linear-gradient(top, #ef7321, #ef7321);
   background-image: -ms-linear-gradient(top, #ef7321 0%, #ef7321 100%);
   padding: 10px 50px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   border-bottom-color: #BB492E;
   border-bottom-width: 3px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   text-shadow: #ef7321 0 1px 0;
   color: #ffffff;
   font-size: 16px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border: 0px solid #000000;
   text-shadow: #ef7321 0 1px 0;
   background: #ef7321;
   background: -webkit-gradient(linear, left top, left bottom, from(#ef7321), to(#ef7321));
   background: -webkit-linear-gradient(top, #ef7321, #ef7321);
   background: -moz-linear-gradient(top, #ef7321, #ef7321);
   background: -ms-linear-gradient(top, #ef7321, #ef7321);
   background: -o-linear-gradient(top, #ef7321, #ef7321);
   background-image: -ms-linear-gradient(top, #ef7321 0%, #ef7321 100%);
   color: #000000;
   border-bottom-color: #BB492E;
   border-bottom-width: 3px;
   }
.button:active {
   text-shadow: #1e4158 0 1px 0;
   border: 0px solid #000000;
   background: #ff6600;
   background: -webkit-gradient(linear, left top, left bottom, from(#ff6600), to(#ef7321));
   background: -webkit-linear-gradient(top, #ff6600, #ff6600);
   background: -moz-linear-gradient(top, #ff6600, #ff6600);
   background: -ms-linear-gradient(top, #ff6600, #ff6600);
   background: -o-linear-gradient(top, #ff6600, #ff6600);
   background-image: -ms-linear-gradient(top, #ff6600 0%, #ff6600 100%);
   color: #000000;
   border-bottom-color: #BB492E;
   border-bottom-width: 3px;
   }