.btn {
    padding: 0px !important;
    margin: 5px 5px !important;
}
/*
.btn {
    background-image: none;
    -webkit-box-shadow: 0px 1px 0px #ddd;
    -moz-box-shadow: 0px 1px 0px #ddd;
    box-shadow: 0px 1px 0px #ddd;
}
*/
.btn-send span, .btn-send input {
    padding: 0 15px 0 35px;
    height: 34px;
    line-height: 32px;
}
.btn span, .btn input {
    display: block;
    padding: 0 25px;
    height: 40px;
    line-height: 38px;
    outline: none;
    font-size: 13px;
    color: #4e6f03;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
    white-space: nowrap;
    border: none;
    border-bottom: 2px solid #679412;
    border-radius: 4px;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.23);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.23);
    background: rgb(198,222,105);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(198,222,105,1) 0%, rgba(165,200,58,1) 90%, rgba(172,206,66,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(198,222,105,1)), color-stop(90%,rgba(165,200,58,1)), color-stop(100%,rgba(172,206,66,1)));
    background: -webkit-linear-gradient(top, rgba(198,222,105,1) 0%,rgba(165,200,58,1) 90%,rgba(172,206,66,1) 100%);
    background: -o-linear-gradient(top, rgba(198,222,105,1) 0%,rgba(165,200,58,1) 90%,rgba(172,206,66,1) 100%);
    background: -ms-linear-gradient(top, rgba(198,222,105,1) 0%,rgba(165,200,58,1) 90%,rgba(172,206,66,1) 100%);
    background: linear-gradient(to bottom, rgba(198,222,105,1) 0%,rgba(165,200,58,1) 90%,rgba(172,206,66,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6de69', endColorstr='#acce42',GradientType=0 );
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
