/*.button {*/
    /*border-top: 1px solid #292d30; *//* 4c4e53 */
    /*background: #363c40;*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(#222426), to(#363c40));*/
    /*background: -webkit-linear-gradient(top, #222426, #363c40);*/
    /*background: -moz-linear-gradient(top, #222426, #363c40);*/
    /*background: -ms-linear-gradient(top, #222426, #363c40);*/
    /*background: -o-linear-gradient(top, #222426, #363c40);*/
    /*padding: 11.5px 23px;*/
    /*-webkit-border-radius: 36px;*/
    /*-moz-border-radius: 36px;*/
    /*border-radius: 36px;*/
    /*-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: #ffffff;*/
    /*font-size: 18px;*/
    /*font-family: Helvetica, Arial, Sans-Serif;*/
    /*text-decoration: none;*/
    /*vertical-align: middle;*/
/*}*/
/*.button:hover {*/
    /*border-top-color: #363c40;*/
    /*background: #363c40;*/
    /*color: #ffffff;*/
/*}*/
/*.button:active {*/
    /*border-top-color: #acc1cf;*/
    /*background: #acc1cf;*/
/*}*/


.button {
    border-top: 1px solid #4c4e53;
    background: #4c4e53;
    background: -webkit-gradient(linear, left top, left bottom, from(#4c4e53), to(#4c4e53));
    background: -webkit-linear-gradient(top, #4c4e53, #4c4e53);
    background: -moz-linear-gradient(top, #4c4e53, #4c4e53);
    background: -ms-linear-gradient(top, #4c4e53, #4c4e53);
    background: -o-linear-gradient(top, #4c4e53, #4c4e53);
    padding: 8.5px 17px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -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: #f2edf2;
    font-size: 16px;
    font-family: Georgia, Serif;
    text-decoration: none;
    vertical-align: middle;
}
.button:hover {
    border-top-color: #989b9e;
    background: #989b9e;
    color: #f5f2f5;
}
.button:active {
    border-top-color: #606263;
    background: #606263;
}