form.stijl {
	margin-top: 10px;
	}
	
form.stijl label {
	display: block;
	width: 140px;
	float: left;
	margin-top: 20px;
	font-weight: normal;
	color: #50504e;
	}
	
form.stijl input{
	width: 200px;
	height: 15px;
	padding: 2px;
	margin-top: 15px;
	font-size: 11px;
	font-family: Verdana;
	background-color: #f5f5f5;
	border: 1px solid #cecece;
	}
	
form.stijl input.upload{
	width: 200px;
	height: 25px;
	padding: 2px;
	margin-top: 15px;
	font-size: 11px;
	font-family: Verdana;
	background-color: #f5f5f5;
	border: 1px solid #cecece;
	}
	
form.stijl select{
	width: 200px;
	height: 20px;
	padding: 2px;
	margin-top: 15px;
	font-size: 11px;
	font-family: Verdana;
	background-color: #f5f5f5;
	border: 1px solid #cecece;
	}
	
form.stijl input.radio{
	width: 5px;
	}
	
form.stijl input:focus, form.stijl input:hover {
	background-color: #FFF;
	border: 1px solid #cecece;
	}
	
form.stijl textarea{
	width: 200px;
	height: 100px;
	padding: 2px;
	margin-top: 15px;
	font-size: 11px;
	font-family: Verdana;
	background-color: #f5f5f5;
	border: 1px solid #cecece
	}
	
form.stijl textarea:focus, form.stijl textarea:hover {
	background-color: #FFF;
	border: 1px solid #cecece;
	}
	
form.stijl input.sendbutton {
	width: 85px;
	height: 25px;
	float: left;
	color: #50504e;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	border: 1px solid #cecece;
	background-color: #f5f5f5;
	margin-top: 10px;
	}
	
form.stijl input.sendbutton:hover {
	cursor: pointer;
	cursor: hand;
	border: 1px solid #c1c1c1;
	background-color: #FFF;
	}