/*#######################################################*/
/*                     content - formulier               */
/*#######################################################*/
form img
	{
	float: left;
	}

fieldset
	{
	border: none;	
	}
	
label,
input,
textarea
	{
	display: block;
	width: 240px;
	float: left;
	margin: 0 5px 10px 0;
	height: 15px;
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-size: 11px;
	}
	
label
	{
	margin: 0 5px 10px -80px;
	width: 150px;
	text-align: right;
	color: #EE402F;
	}

input
	{
	width: 240px;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
	}
	
input#verstuur
	{
	width: 245px;
	height: 19px;
	margin: 10px 0 0 0;
	padding: 0;
	color: #823F36;
	background: #F7B1A8;
	border: 1px solid #F7B1A8;
	}
	
input#verstuur:hover
	{
	color: #EE402F;
	}		
	
textarea
	{
	width: 240px;
	height: 200px;
	border: 1px solid #fff;
	background: #fff;
	}
	
.checkbox,
.radiobutton
	{
	display: inline;
	float: left;
	width: 15px;
	border: 0;
	}		

.hidden
	{
	display: none
	}
	
.feedback
	{
	color: #EE402F;
	font-weight: bold;
	}