/*=============contact_contactgegevens================*/
#contentLeft {
	width:363px;
	padding-right:20px;
}
#contentCenterC {
	width:275px;
	background:#dee6eb url(../img/rightBottom.gif) center bottom no-repeat;
	padding:20px 20px 60px 20px;
}
#contentRightC {
	padding-left:20px;
	padding-top:10px;
	width:271px;
}
#contentCenterC img {
	width:270px;
}
form button {
	float:left !important;
	margin-left:100px;
}
form textarea, form input {
	background-color:#ECF1F4;
	padding:3px;
	border-top:1px solid #001e4d;
	border-left:1px solid #001e4d;
	border-bottom:0;
	border-right:0;
	width:250px;
	font-size:11px;
}
form textarea {
	height:250px;
}
input.small {
	width:auto;
}
.invalid {
	background:#F30;
}
div#errors {
	color:#F30;
	padding:20px;
	display:none;
}
p#succes {
	padding:20px;
	font-weight:bold;
}
form span {
	margin-right:10px;
}