/* Stylesheet layout voor contactformulier voor website Willem van Kemenade */

/* Opmaak formulier */

fieldset {
    padding:0 8px 8px 8px;
}
legend {
    color:#bc713a;
    font-weight:bold;
    font-variant:small-caps;
    font-size:100%;
}
/* tabelopmaak ---- */
table, tr {
    margin:0;
    padding:0;
    line-height:0px;
}
td.onderwerp {
    border-top:1px dashed #bc713a;
}
td {
    margin:0;
    vertical-align:top;
    line-height:1.5em;
    padding:0.2em 0.2em 0.2em 0em;
}
td.niet-verplicht {
    padding-left: 0.7em;
}
td.verplicht {
    padding-left: 0;
}
.mandatory {
    color:red;
}
input, textarea {
    font-family: Arial, Verdana, sans-serif;
    color:#bc713a;
    font-size:100%;
}

input#submit {
    font-weight:bold;
}
input.txt {
    width:400px;
    border:1px solid #ccc;
}
textarea#adress {
    width:400px;
    border:1px solid #ccc;
}
textarea#remark {
    width:650px;
    border:1px solid #ccc;
}


