form {
	position: relative;
	width: 960px;
	height: 400px;
	padding: 0px;
	background-image: url(/common/bg_contactformulier.png);
}
#naam {
	position: absolute;
	width: 760px;
	left: 100px;
	top: 50px;
	padding: 0px;
	border: none;
}
#emailadres{
	position: absolute;
	width: 760px;
	left: 100px;
	top: 100px;
	padding: 0px;
	border: none;
}

#bericht {
	position: absolute;
	width: 760px;
	height: 150px;
	left: 100px;
	top: 150px;
	padding: 0px;
	border: none;
}
#imgcheckimg {
	position: absolute;
	left: 220px;
	top: 320px;
}
#imgcheck {
	position: absolute;
	left: 400px;
	top: 320px;
	width: 70px;
	padding: 0px;
	border: none;
	text-align: center;
}
#submit {
	position: absolute;
	right: 90px;
	bottom: 25px;
	color: #ffffff;
	background-color: transparent;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 200px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-image: url(/common/bg_btn200.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: normal;
	font-style: italic;
	font-weight: bold;
}

#submit:hover {
	background-position: 0px -50px;
	color: #000000;

}
