body
    {
    font: 11px Arial;
    }
input, textarea
    {
    border: 1px solid;
    border-color: silver;
    }
table
    {
    font: 11px Arial;
    }
.input_text
    {
    width: 220px;
    }
.verplicht
    {
    background-image: url('img/verplicht_veld.png');
    background-repeat: no-repeat;
    padding-left: 12px;
    width: 220px;
    }
.input_file
    {
    position: relative;
    }
.input_file_upload
    {
    z-index: 2;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    }
.input_file_overlay
    {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 144px;
    }
.input_file_upload_button
    {
    position: absolute;
    margin-left: 4px;
    z-index: 1;
    }
.input_file_overlay_text
    {
    width: 132px;
    }