div#button a:link {
   border-top: 1px solid #660000;
   background: #f7f5e8;
   background: -webkit-gradient(linear, left top, left bottom, from(#c1b49a), to(#f7f5e8));
   background: -webkit-linear-gradient(top, #c1b49a, #f7f5e8);
   background: -moz-linear-gradient(top, #c1b49a, #f7f5e8);
   background: -ms-linear-gradient(top, #c1b49a, #f7f5e8);
   background: -o-linear-gradient(top, #c1b49a, #f7f5e8);
   padding: 5px 10px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -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: #b70101 !important;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
div#button:hover a:link {
   border-top-color: #c1b49a;
   background: #c1b49a;
   color: #b70101;
   }
div#button:active a:link {
   border-top-color: #e7d9c1;
   background: #e7d9c1;
   }

div#button:visited+a:link {
   border-top-color: #e7d9c1;
   background: #f7f5e8;
}

div#button a:visited {
   color: #b70101;
}