label, legend { 
	font-size: 13px;
	font-weight: normal; 
	font-style: normal; 
	line-height:normal; 
	font-family: 'CenturyGothicRegular', sans-serif;
}

hr { 
	color: inherit; 
	height: 0;
	margin: 12px 0 6px 0; 
	padding: 0; 
	border: 1px dotted #9c9c9c; 
	border-style: none none dotted; 
}

#contactformulier { 
	display: block; 
	width: 437px; 
}


/* STYLES */

label { 
	display: inline-block; 
	float: left; 
	height: 26px; 
	line-height: 26px; 
	width: 125px; 
	font-size: 11px; 
}

input, textarea, select { 
	margin: 0; 
	padding: 5px; 
	color: #666; 
	background: #f0f0f0; 
	border: 1px solid #9c9c9c; 
	margin: 5px 0; 
	font-size: 11px;
}   

input:focus, textarea:focus, select:focus { 
	border: 1px solid #999; 
	background-color: #fff; 
	color:#333; 
}

input.submit { 
	cursor: pointer; 
	background: #11897f; 
	color: #fff; 
	border: none;
}

input.submit:hover { 
	background:#444; 
}

span.required { 
	font-size: 11px; 
	color: #ff0000; 
}


/* ERROR MESSAGE */

.error_message { 
	display: block; 
	height: 30px;
	width: 467px;
	color: #ff0000;
	font-size: 12px;
	font-weight: normal; 
	font-style: normal; 
	line-height:normal; 
	font-family: 'CenturyGothicRegular', sans-serif;
}

#successpage p {
	color: #11897f;
	font-size: 12px;
}
