/* 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: 0px;
    overflow:auto;
    background-image:url(../images/layout/bg_formlistitem.png);
    background-position:left bottom;
    background-repeat:repeat-x;
    margin-bottom:5px;
}

fieldset ol li em
{
    font: normal 13px "Trebuchet Ms"; color: #ffffff;
    padding-left:3px;
}

fieldset ol li.last
{
    margin-bottom:0px;
}

fieldset ol li label 
{ 
    font: normal 13px "Trebuchet Ms"; color: #ffffff;
    text-align:left;
    display: inline-block;
    vertical-align: top;
    padding-right:4px;
    width:130px;
    padding-top: 3px;
    float:left;
    clear:left;
}

fieldset ol li input
{ 
    height: 19px; 
}

fieldset ol li input, fieldset ol li textarea
{
    padding-top:3px;
    border:0px;
    font: normal 13px "Trebuchet Ms"; color: #ffffff;
    margin:0px !important;
    float:left;
    background-color:Transparent;
    width:480px;
}

fieldset ol li textarea
{
    float:left;
    overflow:auto;
}

fieldset ol li.endgroup
{
    /*
    background-image:url(../images/layout/form_endgroup.jpg);
    background-position:top 3px;
    background-repeat:no-repeat;
    */
    border-top:solid 1px #ffffff;
    padding-top:15px;
    margin-top:15px;
}

/* formknop */
#knoppen
{
    margin-top:11px;
    background-image:url(../images/layout/bg_formlistitem.png);
    background-position:left 19px;
    background-repeat:repeat-x;
    
    overflow:hidden;
    clear:both;
    text-align:right;
}

a.formknop
{
    float:right;
}

a.formknop span
{
    padding-left:33px !important;
}

a.formknop_reset
{
}

a.formknop_send
{
    
}
#lbl_required
{
    
}
