form table
{
    width: 99%;
    margin: 1em 0;
}

form table th
{
    vertical-align: top;
    text-align: right;
    font-size: 9pt;
    font-weight	: normal;
    padding: 14px 20px 8px 0;
    margin: 0;
}   

form td
{
    font-size: 9pt;
    padding: 8px 8px 0 0;
    margin: 0;
}
 
form table input,
form table textarea,
form table select
{
    font-size: 9pt;
    padding: 3px 0;
    line-height: 125%;
}

form table .errorlist li
{
    color: red;
    font-style: italic;
    font-weight: bold;
}

form table input.submit,
form table input.checkbox,
form table input.radio,
form table.slim input.submit,
form table.slim input.checkbox,
form table.slim input.radio
{
    width: auto;
    background-image: none;
}

form table input.checkbox
{
    margin-right: 5px;
}

form table input.submit,
form table.slim input.submit
{
    height: 40px;
    font-size: 0;
    width: 155px;
    background: no-repeat top left url(/images/2_button_verzenden.gif);
    margin-left: -7px;
}

/* radio buttons and errorlists use ul elements */
form table td ul
{
    margin: 0;
    padding: 0;
}

/* radio buttons and errorlists use li elements */
form table td li
{
    list-style-image: none;
    list-style: none;
    margin: 0;
    padding: 0; 
    margin-bottom: 5px;
} 

form table textarea
{
    background: bottom left no-repeat url(/images/2_invoerveld_meervoudig.gif);
    width: 455px;
    height: 219px;
    padding: 8px 16px 8px 8px;
    overflow: auto;
}

form table input,
form table select
{
    background: bottom left no-repeat url(/images/2_invoerveld_enkel.gif);
    width: 455px;
    height: 14px;
    padding: 8px 16px 8px 8px;
}

form table select
{
    padding: 6px;
    height: 30px;
}

form table.slim textarea
{
    background-image: url(/images/2_invoerveld-groot.png);
    width: 275px;
    height: 94px;
}

form table.slim input,
form table.slim select
{
    background-image: url(/images/2_invoerveld-klein.png);
    width: 275px;
}

form table.slim select
{
    width: 299px;
}

form table option
{
    background-color: white;
    padding: 2px;
}

form table input.file
{
    height: 24px;
    background-image: none;
    border: inset 1px;
}

/********* Autoform module ***********/

#autoform .intro
{
    padding-bottom: 1em;	
}

#autoform .submit_text
{	
    padding: 1em 0;
}

#autoform .success
{
    margin-bottom: 200px;
}

