

.fieldConctactForm2{
	display: none;
}

#contactFormTable{
	margin-top: 10px;
	border: 1px solid #dee0e0;
	padding: 0px 10px;
	padding-bottom: 10px;
	
}
#contactFormTable .radiobutton{
}

#contactFormTable span.radio {
	width: 11px;
	height: 11px;
	padding: 0 5px 0 0;
	background-image: url("../images/contactForm/radiobuttons.png");
	background-repeat:  no-repeat;
	clear: left;
	margin-right: 5px;
	padding-right: 10px;
}
#contactFormTable td{
	vertical-align: sub;
	height: 30px;
}
#contactFormTable .navigation td{
	vertical-align: middle;
}
#contactFormTable .opmerkingTD{
	vertical-align: top;
}
#contactFormTable .navigation td .reset{
	text-decoration: underline;
}
#contactFormTable .userPrefixDiv{
	float: left;
	width: 60px;
}
#contactFormTable .betreftDiv{
	line-height: 20px;
}
#contactFormTable .fieldConctactForm{
	/*+box-shadow:			inset 0 0 4px #c5c5c5;*/
	-moz-box-shadow: 		inset 0 0 4px #c5c5c5;
	-webkit-box-shadow: 	inset 0 0 4px #c5c5c5;
	-o-box-shadow: 			inset 0 0 4px #c5c5c5;
	box-shadow: 			inset 0 0 4px #c5c5c5;
	border: 1px solid #c5c5c5;
	height: 17px;
	width: 184px;
}
#contactFormTable .textAreaConctactForm{
	border: none;
	height: 90px;
	width: 184px;
	max-width: 184px;
	/*+box-shadow:			inset 0 0 4px #c5c5c5;*/
	-moz-box-shadow: 		inset 0 0 4px #c5c5c5;
	-webkit-box-shadow: 	inset 0 0 4px #c5c5c5;
	-o-box-shadow: 			inset 0 0 4px #c5c5c5;
	box-shadow: 			inset 0 0 4px #c5c5c5;
	border: 1px solid #c5c5c5;
}
#contactFormTable .buttonContactForm{
	border: none;
	padding: 5px 50px;;
	background-color: #a2c614;
	color: #ffffff;
}
#contactFormTable .formInfo{
	font-size: 8px;
	vertical-align: bottom;
}
.fieldWidth{
	width: 130px;
}