#PixellFormBuilder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#PixellFormBuilder_Field{
	height: 35px;
	clear: both;
}

#PixellFormBuilder_Buttons {

}



/*----------------------------------------------------------------------------------------------------------------*/
/*-  ONLY ADD OR DELETE CLASSES BELOW THIS COMMENTARY AND THE NEXT COMMENTARY                                    -*/
/*-     note: classes defined here must be declared to the PixellFormBuilder through the properties              -*/
/*----------------------------------------------------------------------------------------------------------------*/
#PixellFormBuilder_Field .Contactformulier_error {
	border: 1px solid #CC0000;
	background-color: #FFCCCC;
	width: 270px;
	height: 13px;
	padding: 2px;
	font-size: 95%;
	font-family: Arial;
}

#PixellFormBuilder_Field .Contactformulier_basic {
	border: 1px solid #3E9696;
	width: 270px;
	height: 13px;
	padding: 2px;
	font-size: 95%;
	font-family: Arial;
}

#PixellFormBuilder_Buttons .Contactformulier_verzend {
	border: 1px solid #71A5A5;
	color: #FFFFFF;
	background-color: #3E9696;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5px;
}

#PixellFormBuilder_Field .FieldNormal_Formulierkeuze {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 255px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 3px;
}


/*----------------------------------------------------------------------------------------------------------------*/
/*-  ONLY ADD OR DELETE CLASSES ABOVE THIS COMMENTARY AND THE PREVIOUS COMMENTARY                                -*/
/*-     note: classes defined here must be declared to the PixellFormBuilder through the properties              -*/
/*----------------------------------------------------------------------------------------------------------------*/









/*----------------------------------------------------------------------------------------------------------------*/
/*-  DO NOT DELETE CLASSES FROM BELOW THIS LINE, ONLY CHANGE THEIR CONTENT IF NEEDED                             -*/
/*----------------------------------------------------------------------------------------------------------------*/
#PixellFormBuilder_Field label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	display: block;
	float: left;
	width:120px;
	height:35px;
	padding-top: 2px;
}

#PixellFormBuilder_Field .FieldNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 400px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 3px;
}

#PixellFormBuilder_Field .FieldError {
	width: 400px;
	border: 1px solid #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFCCCC;
	padding: 3px;
}

#PixellFormBuilder_Field .DivError {
	width: 250px;
	position: absolute;
	border: 1px solid #CC0000;
	background-color: #FFFF88;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 4px;
	z-index: 5000;
/*--DO NOT CHANGE BELOW-------------------------------------------------------------------------------------------*/
	display: none;
	opacity: 0;
	filter: Alpha(Opacity=0);
/*--DO NOT CHANGE ABOVE-------------------------------------------------------------------------------------------*/
}

#PixellFormBuilder_Buttons label {
	display: block;
	float: left;
}

#PixellFormBuilder_Buttons .MainButton {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #4369B2;
	background-color: #4369B2;
	margin-right: 5px;
	font-size: 100%;
	color: #FFFFFF;
}

#PixellFormBuilder_Buttons .SubButton {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	background-color: #DDDDDD;
	margin-right: 5px;
	font-size: 100%;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

