a.button.dark-red {
background: #760e15;
background: #760e15 -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
background: #760e15 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2)));
background: #760e15 -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
background: #760e15 -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
background: #760e15 -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
background: #760e15 linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
border: 1px solid #700d13;
border-top: 1px solid #700d13;
border-left: 1px solid #700d13;
border-right: 1px solid #700d13;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color: #FFFFFF;
display: inline-block;
font-size: 14px;
font-weight: normal;
text-decoration: none;
text-shadow: 0 1px #000000;
cursor: pointer;
margin-bottom: 20px;
line-height: normal;
padding: 26px 20px;
text-transform: uppercase;
font-size: 17px;
text-align:center;
width:80%;
}

a.button.dark-red:hover {
color: #ffa800;
background: #a4151f;
background: #a4151f -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
background: #a4151f -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3)));
background: #a4151f -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
background: #a4151f -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
background: #a4151f -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
background: #a4151f linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
border: 1px solid #700d13;
border-top: 1px solid #700d13;
border-left: 1px solid #700d13;