.button {
   border-top: 1px solid #96d1f8;
   background: #0092bb;
   background: -webkit-gradient(linear, left top, left bottom, from(#0092bb), to(#0092bb));
   background: -webkit-linear-gradient(top, #0092bb, #0092bb);
   background: -moz-linear-gradient(top, #0092bb, #0092bb);
   background: -ms-linear-gradient(top, #0092bb, #0092bb);
   background: -o-linear-gradient(top, #0092bb, #0092bb);
   padding: 6px 16px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;   
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }