/* FORMS */
#formulier
{
}
#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: 2px;*/
    overflow:auto;
    margin-top:11px;
    padding-bottom:1px;
    
    background-image:url(../images/layout/bg_formitem.png);
    background-position:left bottom;
    background-repeat:no-repeat;
}

#form_full_content fieldset ol li 
{
    background-image:url(../images/layout/bg_formitem_full.png);
    
}

fieldset ol li.first
{
    margin-top:0px;
}

fieldset ol li label 
{ 
    font: normal 12px "Trebuchet Ms"; color: #2e3192;
    display: inline-block;
    vertical-align: top;
    padding-right:4px;
    /*
    width:72px;
    */
    /*
    width:90px;
    */
    width:83px;
    padding-right:10px;
    float:left;
    clear:left;
}

fieldset ol li input
{ 
    height: 15px; 
}

fieldset ol li input, fieldset ol li textarea
{
    /*
    width:327px;
    */
    width:316px;
    background-color:Transparent;
    border:0px;
    font: normal 12px "Trebuchet Ms"; color: #2e3192;
    /*
    padding-top:3px;
    width:518px;
    border:solid 1px #9fa0a4;
    font: normal 11 px "Arial"; color: #9fa0a4;
    margin:0px !important;
    */
    background-color:#ffffff; /* VOOR IE6 */
    float:left;
}

#form_full textarea 
{
    width:754px;
}

fieldset ol li textarea
{
    float:left;
}

fieldset ol li.endgroup
{
    /*
    background-image:url(../images/layout/form_endgroup.jpg);
    background-position:top 3px;
    background-repeat:no-repeat;
    */
    padding-top:15px;
    margin-top:15px;
}

fieldset ol li em
{
    font: normal 12px "Trebuchet Ms"; color: #2e3192;
    float:right;
}

/* formknop */
#knoppen
{
    margin-right:3px;
    overflow:hidden;
    clear:both;
    text-align:right;
    margin-top:17px;
}

a.formknop, a.formknop span, #verplichte_velden
{
    font: bold 11px "Trebuchet Ms"; color: #2e3192;
    text-decoration:none;
}

a.formknop
{
    display:block;
    float:right;
    background-image:url(../images/layout/pijl_fotovideo.png);
    background-position:left 3px;
    background-repeat:no-repeat;
    padding-left:14px;
}

a.formknop span
{
}

a.formknop_reset
{
    margin-right:73px;
}

a.formknop_send
{
    
}

#verplichte_velden
{
   float:left; 
}



/* RADIOS */
/*
div.radios
{
    float:left;
}
div.radios ul
{
    list-style-type:none;
    display:inline-block;
}

div.radios ul li
{
    padding:0px;
    margin:0px;
    height:20px;
}

div.radios ul li label
{
    text-align:left;
    padding-top:3px !important;
    clear:none !important;
    float:left !important;
    display:block;
}

.radio
{
    float:left;
    width:20px !important;
    display:block;
    height:20px;
    border:none !important;
}

div.chechkboxes
{
    float:left;
}
div.chechkboxes ul
{
    list-style-type:none;
    vertical-align:top;
    float:left;
}

div.chechkboxes ul li
{
    margin:0px !important;
}

.checkbox
{
    width:20px !important;
    border:none !important;
}

div.chechkboxes ul li label
{
    height:20px;
    
    text-align:left;
    display: inline-block;
    
    padding-top:3px !important;
    margin:0px;
    
    clear:none !important;
    float:none !important;
}
*/
