a.btn {
    /*padding: 8px 10px;*/
    /*border: solid #bbb 1px;*/
    
    border: none;
    cursor: pointer;
    background: #35c10d;
    background: -moz-linear-gradient(top, #35c10d 0%, #044e04 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #35c10d), color-stop(100%, #044e04));
    background: -webkit-linear-gradient(top, #35c10d 0%, #044e04 100%);
    background: -o-linear-gradient(top, #35c10d 0%, #044e04 100%);
    background: -ms-linear-gradient(top, #35c10d 0%, #044e04 100%);
    background: linear-gradient(to bottom, #35c10d 0%, #044e04 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#35c10d', endColorstr='#044e04', GradientType=0);
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 13pt;
    font-weight: bold;
    font-style: italic;
    text-shadow: 2px 2px 2px #000000;
    -webkit-box-shadow: 1px 1px 4px #000000;
    -moz-box-shadow: 1px 1px 4px #000000;
    box-shadow: 1px 1px 4px #000000;
    text-shadow: 2px 2px 2px #000000;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    text-decoration: none;
    display: inline-block;
}
a.btn:hover {
    background: #176F17;
    color: white;
}
a.btn span.bs-icon-right,
a.btn i.fa-icon-right {
    margin-left: 10px;
}
a.btn span.bs-icon-left,
a.btn i.fa-icon-left {
    margin-right: 10px;
}