/* Stylesheet layout voor contactformulier Jansen & de Feijter */

/* Opmaak formulier */

fieldset {
    width:600px;
    padding:0 8px 8px 8px;
    margin-bottom:10px;
}
legend {
    color:#4C8CDC;
    font-weight:bold;
}
/* tabelopmaak ---- */
table, tr {
    margin:0;
    padding:0;
    line-height:0px;
}
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.niet-verplicht {
    padding-left: 1em;
}
td.verplicht {
    padding-left: 0;
}
.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;
}
input:focus, textarea:focus {
    background-color:#eee;
}
textarea {
    width:95%;
}
/* Speciale stylesheets voor het aan- en uitzetten van velden */
#formStack {
    position: relative;
    visibility: visible;
}
#perpost {
    position: relative;
    top: 0px;
    left: 0px;
    display: none;
}
#geenpost {
}
