form {
    padding:0px;
    margin:0px;
    float:left;
}

form.contact
{
    width:745px;
}

form.small
{
    width:545px;
}

form.formulier .formpart{
    clear:both;
    overflow:hidden;
    display:block;
    width:700px;
    margin:0px 0px 10px 0px;
}

form.formulier .small{
    width:500px;
}

form.formulier label{
    float:left;
    margin:0px 10px 0px 0px;
    width:120px;
}

form.formulier .formpart input{
    float:left;
    margin:0px 10px 0px 0px;
    width:300px;
}

form.formulier .formpart textarea{
    width:300px;
}

form.formulier .formpart .radio{
    margin:0px 10px 0px 0px;
}

form.formulier .formpart input.radio{
    float:none;
    margin:0px;
    width:auto;
}

form.formulier .formpart input.button{
    display: block;
    width:112px;
    height:22px;
    font-size:12px;
    background: transparent url("/templates/img/button_bg_wit.gif") no-repeat;
    border:none;
    outline: none;
    cursor: pointer;
}

form.formulier .formpart input.button:hover{
    width:112px;
    height:22px;
    font-size:12px;
    background: transparent url("/templates/img/button_bg_wit_hover.gif") no-repeat;
    border:none;
    outline: none;
}

form.selecteer label {
    width:130px;
    display:inline-block;
}
form.selecteer select {
    width:190px;
    background:#f2f9fe;
}

form.zoeken {
    color:#008BE8;
}
form.zoeken label {
    width:40px;
    display:inline-block;
}
form.zoeken input {
    width:160px;
    font-family: Verdana, sans-serif;
    font-size:11px;
    border:none;
    border:1px solid #7FC5F3;
}