/* 
    Document   : inschrijfformulier.css
    Created on : 18-jan-2010, 16:16:24
    Author     : wimt
    Description: opmaak voor online inschrijfformulier
*/

#inschrijfformulier fieldset {
    margin: 6px 0 5px 0;
    padding-top: 4px;
    padding-bottom: 4px;
    float: left;
    clear: both;
    width: 370px;
    border: 1px solid #BFBAB0;
    background-color: #F2EFE9;
}
#inschrijfformulier legend {
    margin-left: 4px;
    color: #000000;
    font-weight: bold;
    padding: 0;
}
#inschrijfformulier fieldset ol {
    padding: 4px 4px 0 4px;
    list-style: none;
}
#inschrijfformulier fieldset li {
    float: left;
    clear: left;
    width: 100%;
    padding: 3px 0 3px 0;
    margin-bottom: 1px;
    background-color: white;
}
#inschrijfformulier fieldset table {
    margin-left: 10px;
}
#inschrijfformulier fieldset.submit {
    border-style: none;
}
#inschrijfformulier p.label { float: left; width: auto; }
#inschrijfformulier label.fullwidth { float: left; width: auto; }

fieldset.model1 label{
    float: left; width: 150px; margin-right: 4px;
}
fieldset.model2 label{
    width: auto;
    float: none;
}

#inschrijfformulier fieldset.submit {
    float: none;
    width: auto;
    border: 0 none #FFF;
    padding-left: 150px;
    border-style: none;
    background-color: transparent;
    margin-top: 15px;
}
#inschrijfformulier fieldset fieldset {
    border-style: none;
    background-color: transparent;
    background-image: none;
}
#inschrijfformulier fieldset fieldset legend {
    margin-left: 0;
    font-weight: normal;
}
#inschrijfformulier fieldset fieldset ol {
    position: relative;
    top: -1.5em;
    margin: 0 0 0 150px;
    padding: 0;
}
#inschrijfformulier fieldset fieldset label {
    float: none;
    width: auto;
    margin-right: auto;
}
.extratext{
    /* extra text bij een input wordt pas getoond als input focus krijgt of zoiets */
    /*display: none;*/
    font-size: smaller;
    color: #666666;
}
#inschrijfformulier p{
    margin: 4px;
}
.foutmelding{
    color: red;
    padding: 5px;
    font-weight: bold;
}
.error input{
    border: 1px solid red;
}
.error{
    color: red;
}
.formexplain{
    font-size: smaller;
    color: #666666;
}
