/* form */
.contactForm .activeForm{
	background:#75ccd9;
	border:1px solid #75ccd9;
	color:#fff;
}
.contactForm .false{
	background:#FBE3E4;
	border:1px solid #FBC2C4;
	color:#E21813;
}
.contactForm .correct{
	background:#7ab002;
	border:1px solid #486702;
	color:#000;
}
label{
float:left;
width:150px;
margin-top:8px;
}

input[type=text], textarea, select{
float:left;
width:300px;
margin-top:5px;
	border:1px solid #ccc;
	font-family:Verdana;
	font-size:10pt;
}
select{
	height:32px;
}
input[type=text],input[type=password]{
	border:1px solid #cdcdcd;
height:41px;
background: url('../images/bgIn.png') repeat-x top left;
-webkit-border-radius: 5px;
border-radius: 5px; 
margin-bottom: 7px;
padding-left: 12px;
	max-width:300px;
}
.button,input[type=submit], input[type=button]{
text-align:center;
line-height:41px;
height:41px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-size: 16px;
padding:0px 15px;
position: relative;
z-index: 100;
cursor:pointer;
border:1px solid #058298 ;
font-weight: normal;
background:#058298;
color:#fff;
display:inline-block;
text-shadow: 1px 1px 1px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);
behavior: url(/javascript/PIE.php);
}
.contactForm textarea{
	width:300px;
	height:250px;
	border:1px solid #cdcdcd;
background: url('../images/bgIn.png') repeat-x top left;
	-webkit-border-radius: 5px;
border-radius: 5px; 
}
.clr{
clear:both;
}
fieldset{
border:0px;
}
/* einde form */