#body h1 {
	margin: 15px 0;
}
#messageform {
	float: left; 
	width: 450px;
	margin-bottom: 30px;
}
#messageform label {
	display: block;
	width: 450px;
}
#messageform input, textarea {
	width: 444px;
	border: 1px solid #CCC;
	padding: 3px;
}
#messageform textarea {
	height: 150px;
}
#messageform button {
	float: right;
}
#messageform .errors {
	color: red;
}
#messageform td {
	padding: 5px 0;
}
#messageform ul {
	padding: 15px 0;
}
#messageform li {
	padding-left: 15px;
	background: url(../images/arrow-right.png) 0 5px no-repeat;
}
#contactgegevens {
	float: right;
	width: 420px;
	margin-bottom: 30px;
}
#googlemap {
	clear: both;
	width: 960px;
}
