﻿.button {
   border-top: 1px solid #96d1f8;
   background: #65d6d6;
   background: -webkit-gradient(linear, left top, left bottom, from(#9c3e89), to(#65d6d6));
   background: -webkit-linear-gradient(top, #9c3e89, #65d6d6);
   background: -moz-linear-gradient(top, #9c3e89, #65d6d6);
   background: -ms-linear-gradient(top, #9c3e89, #65d6d6);
   background: -o-linear-gradient(top, #9c3e89, #65d6d6);
   padding: 6px 8px;
   -webkit-border-radius: 11px;
   -moz-border-radius: 11px;
   border-radius: 11px;
   -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;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #d7e817;
   background: #d7e817;
   color: #f5f5f5;
   }
.button:active {
   border-top-color: #f5390a;
   background: #f5390a;
   }



.button3 {
   border-top: 1px solid #96d1f8;
   background: #131d24;
   background: -webkit-gradient(linear, left top, left bottom, from(#1a108f), to(#131d24));
   background: -webkit-linear-gradient(top, #1a108f, #131d24);
   background: -moz-linear-gradient(top, #1a108f, #131d24);
   background: -ms-linear-gradient(top, #1a108f, #131d24);
   background: -o-linear-gradient(top, #1a108f, #131d24);
   padding: 6px 8px;
   -webkit-border-radius: 11px;
   -moz-border-radius: 11px;
   border-radius: 11px;
   -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: 13px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button3:hover {
   border-top-color: #d61e1e;
   background: #d61e1e;
   color: #ccc;
   }
.button3:active {
   border-top-color: #ebe40c;
   background: #ebe40c;
   }