table.table_form {
    background-color: #FFFFFF;
    border-collapse: separate;
    border-spacing: 2px;
    color: #000066;
    font-size: 0.9em;
    margin: 0 0 0 5px;
    max-width: 723px;
    text-decoration: none;
    width: 99%;
}
#adresse, #telephone, #telephone2, #portable, #codepostal, #nom, #prenom, #ville, #type_id, #description, #societe, #budget, #sir, #ape {
    width: 382px;
}
#raison, #mail, #adress, #codpostal, #vill, #tel, #tel2, #type_id_pro, #siret, #code_ape, #identifiant, #group_nomprenom.form_group_1 {
    width: 99%;
}
.header {
    width: 650px;
}
#name {
    margin-left: 21px;
    margin-top: 3px;
}
table.table_form input, table.table_form select {
    font-size: 0.9em;
}
select {
}
#tr_rubrique_id.table_form_line2 td.table_form_element {
    width: 540px;
}
table.table_form TR, table.table_form TH, table.table_form TD {
    margin: 3px;
    padding: 1px;
}
table.table_form TR {
    margin: 3px;
}
table.table_form TH {
    background-color: #A53D6E;
    border: 2px solid lightgray;
    color: white;
}
table.table_form TD.table_form_label {
    background-color: #EEEEEE;
    border: 1px solid white;
    color: #4A5A80;
    font-size: 0.8em;
    text-align: left;
    width: 250px;
}
table.table_form_frozen TD.table_form_label {
    text-align: left;
}
table.table_form TD.table_form_frozen {
    background-color: white;
    border: 0 solid lightgray;
    color: #4A5A80;
    text-align: left;
}
table.table_form TD {
    background-color: white;
    color: #4A5A80;
}
table.table_form TH.action, table.table_form TD.action, table.table_form TD.table_form_element {
    background-color: #FFFFFF;
    border: 0 none;
    color: #4A5A80;
}
table.table_form TD.table_form_element {
    height: 20px;
}
table.table_form TD.table_form_note, table.table_form TD.table_form_labelnote {
    background-color: #FFFFFF;
    border: 0 none;
    color: #4A5A80;
    font-size: 0.8em;
}
table tbody.hidden {
    display: none;
}

