table { border-collapse: collapse; }
td, th {
    /* haut droite bas gauche*/
    padding: 0.125em 0.25em 0.125em 0.25em;
    vertical-align: top;
}
input.text, input.password, textarea, select {
    margin: 0;
    padding: 0;
    width: 270px;
    font-size: 1em;
}

textarea {
width: 270px;
height: 150px;
}

span.required { color: red; }
span.error { color: red; }
