﻿.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px 21px;
    border: 0px solid #27936F;
    border-radius: 0px;
    background: #27936F;
    background: -webkit-gradient(linear, left top, left bottom, from(#27936F), to(#27936F));
    background: -moz-linear-gradient(top, #27936F, #27936F);
    background: linear-gradient(to bottom, #27936F, #27936F);
    text-shadow: #051702 1px 0px 1px;
    font: normal normal normal 13px verdana;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    border: 0px solid #27936F;
    background: #27936F;
    background: -webkit-gradient(linear, left top, left bottom, from(#27936F), to(#27936F));
    background: -moz-linear-gradient(top, #27936F, #27936F);
    background: linear-gradient(to bottom, #27936F, #27936F);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #204319;
    background: -webkit-gradient(linear, left top, left bottom, from(#204319), to(#27936F));
    background: -moz-linear-gradient(top, #204319, #27936F);
    background: linear-gradient(to bottom, #204319, #27936F);
}

 