.required {
	color: #FF0000;
}
.field_title {
	font-size: 100%;
	width: 120px;
	vertical-align: top;
	text-align:right;
	padding-right: 5px;
	padding-bottom: 10px;
}
.textfield {
	font-size: 100%;
	width: 90%;
}
.textarea {
	font-size: 100%;
	width: 90%;
	height: 100px;
}



.field_heading {
	font-size: 100%;
	font-weight: bold;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;*/
	color: #666666;
}
.select {
	font-size: 100%;
}
.checkbox_label {
	font-size: 100%;
	cursor: pointer;
}
.radio_label {
	font-size: 100%;
	cursor: pointer;
}
.email {
	font-size: 100%;
	width: 90%;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}



.captcha-tabelle { padding: 10px 0; }

.field_title_captcha {
	font-size: 100%;
	width: 120px;
	vertical-align: top;
	text-align:right;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top:10px;
}
	
	
