/* form */

.contactForm .false{
	background:#FBE3E4;
	border:1px solid #FBC2C4;
	color:#E21813;
}
.contactForm .correct{
	background:#7ab002;
	border:1px solid #486702;
	color:#000;
}
label{
float:left;
width:200px;
margin-top:8px;
}
@media only screen and (max-width: 767px) {
	label{
	width:100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
label{
	width:100%;
	}
}
input[type=text], textarea, select{
float:left;
width:200px;
margin:5px 0px 0px 0px;
	border:1px solid #ccc;
	font-family:Verdana;
	font-size:10pt;
}
input[type=text]{
	height:22px;
}
input[type=submit], input[type=button]{
	padding:3px;
	border:1px solid #ccc;
	color:#000;
}

.clr{
clear:both;
}
fieldset{
border:0px;
}
/* einde form */