table.form_tbl, table.form_tbl td {
    border: 0 !important;
}

table.form_tbl input.field {
    padding: 2px;
    height: 14px;
    line-height: 14px;
    width: 200px;
    border: 1px #D0D0D0 solid;
}

table.form_tbl input.btn {
    width: 100px;
    height: 25px;
    line-height: 25px;
    padding: 0;
}

.notifi {
    background: #FFA6A6 url('../../templates/images/alert.jpg') no-repeat scroll 5px 5px;
    border: 1px #FF0000 solid;
    color: #CC0000;
    padding: 5px 15px 5px 25px;
    text-align: justify;
}

.info {
    background: #D4E2F7 url('../../templates/images/info.jpg') no-repeat scroll 5px 5px;
    padding: 5px 15px 5px 25px;
    border: 1px #528BE0 solid;
}

table#tarifs td {
    height: 14px !important;
    line-height: 14px !important;
}

#reg_form {
    margin: 0;
}