.required {
	color: #FF0000;
	font-size:10px;
}
.field_title {
	font-size: 11px;
	width: 150px;
	vertical-align: top;
	text-align:right;
	color:#444;
}
.textfield {
	font-size: 11px;
	width: 200px;
	color:#444;
	border:#ccc 1px solid;
}
.textfield_captcha {
	font-size: 11px;
	color:#444;
}
.textarea {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 90%;
	height: 100px;
	color:#444;
}
.field_heading {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-top:20px;
	padding-bottom:20px;
}
.stippen {
color:#FF9900;
}
.select {
	font-size: 11px;
	width:200px;
	color:#444;
	border:#ccc 1px solid;
	
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
	color:#444;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
	color:#444;
}
.email {
	font-size: 11px;
	width: 200px;
	color:#444;
	border:#ccc 1px solid;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}