﻿.button {
   border: 1px solid #0a3c59;
   background: #4a4a4a;
   background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#4a4a4a));
   background: -webkit-linear-gradient(top, #f5f5f5, #4a4a4a);
   background: -moz-linear-gradient(top, #f5f5f5, #4a4a4a);
   background: -ms-linear-gradient(top, #f5f5f5, #4a4a4a);
   background: -o-linear-gradient(top, #f5f5f5, #4a4a4a);
   background-image: -ms-linear-gradient(top, #f5f5f5 0%, #4a4a4a 100%);
   padding: 10.5px 21px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #7ea4bd 0 1px 0;
   color: #000000;
   font-size: 12px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border: 1px solid #0a3c59;
   text-shadow: #1e4158 0 1px 0;
   background: #212121;
   background: -webkit-gradient(linear, left top, left bottom, from(#ff3d3d), to(#212121));
   background: -webkit-linear-gradient(top, #ff3d3d, #212121);
   background: -moz-linear-gradient(top, #ff3d3d, #212121);
   background: -ms-linear-gradient(top, #ff3d3d, #212121);
   background: -o-linear-gradient(top, #ff3d3d, #212121);
   background-image: -ms-linear-gradient(top, #ff3d3d 0%, #212121 100%);
   color: #fff;
   }
.button:active {
   text-shadow: #1e4158 0 1px 0;
   border: 1px solid #0a3c59;
   background: #999999;
   background: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#212121));
   background: -webkit-linear-gradient(top, #808080, #999999);
   background: -moz-linear-gradient(top, #808080, #999999);
   background: -ms-linear-gradient(top, #808080, #999999);
   background: -o-linear-gradient(top, #808080, #999999);
   background-image: -ms-linear-gradient(top, #808080 0%, #999999 100%);
   color: #fff;
   }