span.s_Contact_Mandatory {
    color: red;
}

.jq_Contact_Mandatory {
    color: red;
}

.jq_Contact_Format {
    color: #FF5A00;
}

div.d_Contact_Error {
    color: red;
    margin-top: 5px;
}

div.d_Contact_Submit {
    margin-top: 5px;
    text-align: center;
    margin-bottom: 5px;
}

table.t_Contact {
font-size: 1.0em;
}

table.t_Contact textarea {
width: 100%;
}

td.c_Contact_Coche {
font-size: 0.9em;
}

div.d_Contact_Resultat {
    margin: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: green;
    padding: 10px;
}