table{
	margin: auto;
}

td{
	padding: 10px;
}

input, select, textarea{
	background-color: #fc6404;
 	color: #fff;
 	font-weight: bold;
}

#content p{
	margin: 10px 0 10px 0;
}

#senden{
	background: transparent;
	border: 0;
	border-bottom: 1px dotted #fc6404;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}