/*#######################################################*/
/*                     contactformulier                  */
/*#######################################################*/
form#contactform img
	{
	display: inline;
	}

#contactform fieldset
	{
	border: 0 solid #f2f2f2;	
	}

#contactform label,
#contactform input,
#contactform textarea
	{
	width: 220px;
	float: left;
	margin: 0 10px 10px 0;
	height: 15px;
	}
	
#contactform label
	{
	margin: -3px 15px 10px 0;
	text-align: right;
	}

#contactform input
	{
	width: 190px;
	border: 1px solid #eaeaea;
	background: #eaeaea;
	color: #000;
	}
	
#contactform textarea
	{
	width: 190px;
	height: 150px;
	border: 1px solid #eaeaea;
	background: #eaeaea;
	color: #000;
	}

#contactform input.submit
	{
	width: 70px;
	height: 19px;
	color: #FFF;
	font-size: 11px;
	background: #777;
	border: 1px solid #777;
	display: block;
	}
	
#contactform input.submit:hover
	{
	background: #000;
	border: 1px solid #000;
	}

#contactform .hidden
	{
	display: none;
	}