/* Stylesheet layout voor contactformulier voor website 2 use it */

/* Opmaak formulier */

fieldset {
    padding:0 8px 8px 8px;
    margin-bottom:10px;
}
/* tabelopmaak ---- */
table, tr {
    margin:0;
    padding:0;
/*    line-height:0px; */
}
th {
    font-size: 90%;
    font-weight:normal;
}
td.onderwerp {
    border-top:1px dashed rgb(22,101,142);
}
td {
    margin:0;
    vertical-align:top;
    line-height:1.5em;
    padding:0.2em 0.2em 0.2em 0em;
}
td.verplicht, td.niet-verplicht {
}
td.niet-verplicht {
    padding-left: 1em;
    width:12em;
}
td.verplicht {
    padding-left: 0;
    width:13em;
}
.mandatory {
    color:red;
}
input, textarea {
    font-family: Arial, Verdana, sans-serif;
    font-size:100%;
    font-weight:normal;
    color:#000;
}

input.txt {
    width:300px;
}
input.tijd {
    width:100px;
}
/* Let op deze is gedefinieerd in functions.incl.php */
/* input:focus, textarea:focus {  */
/*     background-color:#F3F4E6; */
/* } */
textarea {
    width:95%;
}
.fieldname {
    font-weight: bold;
    color:#222;
}
