.formulier
	{
	padding:5pt;
	width:35em;
	}
.row
{
  width:250px;
  padding:5pt;
}
textarea
    {
    width: 400px;
    height: 200px;
    background-color: #f5f5f5;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
    font-size: 9pt;
    }
select
    {
    width: 80px;
    font-size: 9pt;
    background-color: #f5f5f5;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
    }
input     {
    border: 1px;
    color: #000000;
    background-color: #ffffff;
    font-size: 9pt;
    border-style: solid;
    border-color: #cccccc;
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
    }
label
    {
    width: 4em;
    float: left;
    text-align: left;
    margin-right: 0.5em;
    display: block
    font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
    color:#000000;
    font-size:8pt;
    line-height:16px;
    }
