/* form */

.contactForm .false{
	background:#FBE3E4;
	border:1px solid #FBC2C4;
	color:#E21813;
}
.contactForm .correct{
	background:#7ab002;
	border:1px solid #486702;
	color:#000;
}
.tekst label{
float:left;
width:150px;
margin-top:8px;
font-size: 11pt;
color:#582A8A;
}
.tekst fieldset{
	border:0px;
}

input[type=text], textarea, select{
float:left;
width:200px;
margin-top:5px;
	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;
	width:200px;
	height:36px;
	cursor:pointer;
	background:#582A8A;
	font-size:11pt;
	font-family:avantgarde_bk_btbook,Arial,Helvetica,sans-serif;
	color:#fff;
}
.tekst textarea{
	width:200px;
	height:100px;
}

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