input.botao{
        font-family: Tahoma, Calibri, sans-serif;
        font-size: 14px;
        text-shadow: 1px 1px 3px #000;
        color:#FFF;
        text-align: center !important;
        width:36px;
        cursor:pointer;

        height: 36px;

        border:2px solid #35660d;

        filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr="#08932D", EndColorStr="#2A710B", GradientType=0) !important;
        -ms-filter:'progid:DXImageTransform.Microsoft.Gradient(StartColorStr="#08932D", EndColorStr="#2A710B", GradientType=0)' !important;
        background-color:#2A710B;
        background:-webkit-gradient(linear, left bottom, left top, color-stop(0.28, #2A710B), color-stop(1, #08932D)) !important;
        background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.28, #2A710B),color-stop(1, #08932D)) !important;
        background:-moz-linear-gradient(center top , #2A710B 0%, #08932D 120%) repeat scroll 0 0 transparent !important;
/*        background:url(../gradient-green.svg);*/
}