﻿.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: 8px 12px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
   -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: 16px;
   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;
   }

.button2 {
   border-top: 1px solid #96d1f8;
   background: #65d6d6;
   background: -webkit-gradient(linear, left top, left bottom, from(#9c3e3e), to(#65d6d6));
   background: -webkit-linear-gradient(top, #9c3e3e, #65d6d6);
   background: -moz-linear-gradient(top, #9c3e3e, #65d6d6);
   background: -ms-linear-gradient(top, #9c3e3e, #65d6d6);
   background: -o-linear-gradient(top, #9c3e3e, #65d6d6);
   padding: 8px 12px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
   -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: 12px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
 .button2:hover {
   border-top-color: #d7e817;
   background: #d7e817;
   color: #f5f5f5;
   }
 .button2:active {
   border-top-color: #f5390a;
   background: #f5390a;
   }
