table.forms
{
    width: 100%;    
}

table.forms td.row1
{
    background-color: #fafafa;
    color: black;
    padding-bottom: 10px;
    padding-top: 5px;
}

table.forms td.row2
{
    background-color: #ffffff;
    color: black;
    padding-bottom: 10px;
    padding-top: 5px;
}

table.forms input.veld,
table.forms select.veld
{
    border: 1px solid #666666;
    width: 300px;
    font-family: arial;
    font-size: 12px;
}

table.forms input.button
{
    border: 1px solid #666666;
}

table.forms textarea.big
{
    width: 300px;
    height: 120px;
    border: 1px solid #666666;
    font-family: arial;
    font-size: 12px;
}

table.forms table tr
{
    vertical-align: top;
}

table.forms .required
{
    color: red;
    font-weight: bold;
}

.error
{    
    color: red;
}
