fieldset {
    padding-bottom: 50px;
    border: 0
    }
.bouton {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 25px;
    font-size: 11px;
    border: 1px solid #dce1a7;
    padding: 2px;
    color: #dce1a7;
    background-color: #6b7707;
    margin-bottom: 5px;
    vertical-align: text-top
    }
.bouton:focus {
    background-color: #6b7707;
    color: #333
    }
input {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    height: 20px;
    font-size: 12px;
    border: 1px solid #6b7707;
    padding: 5px;
    color: #6b7707;
    background-color: #e7eac2;
    margin-bottom: 5px
    }
input:focus {
    background-color: #eaeaea
    }