/* FORMS */
/*
#formcontent
{
    font: normal 12px "Times New Roman"; color: #8e816e;
    margin-bottom:27px;
    line-height:23px;
}
*/

/*
#formulier h1
{
}
*/

fieldset
{
    padding:0px;
    margin:0px;
}

fieldset ol 
{
    list-style: none; 
    overflow:hidden;
}
fieldset ol li 
{ 
    list-style-position:outside;
    margin-bottom: 5px;
    overflow:auto;
}

/*
fieldset ol li em
{
    font: bold 10px "Arial"; color: #3392cd;
    margin-top:2px;
    padding-left:6px;
}
*/

fieldset ol li.last
{
    margin-bottom:0px;
}

fieldset ol li label 
{ 
    font: bold 10px "Arial"; color: #3392cd;
    text-align:right;
    display: inline-block;
    vertical-align: top;
    padding-right:10px;
    width:73px;
    padding-top: 8px;
    float:left;
    clear:left;
}

fieldset ol li label.vacature
{
    /*
    text-align:right;
    padding-right:10px;
    width:73px;
    */
}

fieldset ol li input
{ 
    height: 23px; 
}

fieldset ol li input, fieldset ol li textarea
{
    padding-top:7px;
    /*width: 454px;*/
    padding-left:3px;
    width:506px;
    border:solid 1px transparent;
    font: normal 10px "Arial"; color: #3392cd;
    margin:0px !important;
    float:left;
}

fieldset ol li input
{
    background-image:url(../images/layout/bg_formtext.jpg);
    background-position:left bottom;
    background-repeat:repeat-x;    
}

fieldset ol li input.vacature,
fieldset ol li textarea.vacature
{
    background:none;
    background-color:#ffffff;
}

fieldset ol li textarea
{
    background-image:url(../images/layout/bg_formtextarea.jpg);
    background-position:left bottom;
    background-repeat:repeat-x;
}


fieldset ol li textarea
{
    height:130px;
    float:left;
}

fieldset ol li.endgroup
{
    /*
    background-image:url(../images/layout/form_endgroup.jpg);
    background-position:top 3px;
    background-repeat:no-repeat;
    */
    border-top:solid 1px #3392cd;
    padding-top:15px;
    margin-top:15px;
}

/* formknop */
#knoppen
{
    margin-top:6px;
    overflow:hidden;
    clear:both;
    text-align:right;
    width:596px;
}

a.formknop span
{
    padding-left:13px;
    padding-right:9px;
}

a.formknop_reset
{
}

a.formknop_send
{
    
}
