form
{
	display: inline;
}

input
{
	font: 12px Trebuchet MS;
	border: 1px solid #c6daea;
}

textarea
{
	font: 12px Trebuchet MS;
	border: 1px solid  #c6daea;
	height: 150px;
}

.length200
{
	width: 200px;
}

#verstuur
{
	background: #003FA9;
	font: bold 12px Trebuchet MS;
	color: #fff;
	width: 200px;
	cursor: pointer;
}

td.form-block
{
	width: 400px;
	background: #FFF;
	font: 12px Trebuchet MS;
	border: 1px solid #c6daea;
}

td.form-header
{
	font: bold 14px Trebuchet MS;
	color: #fff;
	background: #003FA9;
	width: 100%;
	padding: 0px 0px 0px 10px;
}

td.form-cell
{
	background: #F2F8FD;
	padding: 2px 10px 2px 10px;
}
