/* form */
.contactForm .activeForm{
	background:#378fb2;
	border:1px solid #117197;
}
.contactForm .false{
	background:#FBE3E4;
	border:1px solid #FBC2C4;
	color:#E21813;
}
.contactForm .correct{
	background:#7ab002;
	border:1px solid #486702;
	color:#000;
}
label{
float:left;
width:190px;
margin-top:8px;
}
.tekst fieldset{
	border:0px;
	margin:0px;
	padding:0px;
}
input[type=text], textarea, select{
float:left;
width:300px;
margin-top:5px;
	border:1px solid #ccc;
	font-family:Verdana;
	font-size:10pt;
}
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;
	height:26px;
	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 #033e83;
font-weight: normal;
background:#003067;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#003067), to(#012854));
background: -webkit-linear-gradient(#003067, #012854);
background: -moz-linear-gradient(#003067, #012854);
background: -ms-linear-gradient(#003067, #012854);
background: -o-linear-gradient(#003067, #012854);
background: linear-gradient(#003067, #012854);
-pie-background: linear-gradient(#003067, #012854);
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; 
}
.contactForm .pl{
	width:206px;
}
.contactForm .po{
	width:86px
}
@media only screen and (max-width: 767px) {
	.contactForm textarea{
		width:270px;	
	}
	input[type=text], textarea, select{
		float:left;
		width:270px;
	}
	.contactForm .pl{
		width:196px;
	}
	.contactForm .po{
		width:66px
	}
	.contactForm label{
		width:100%;
	}
}

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