.required {
	color: #FF0000;
}
.field_title {
	width: 100px;
	vertical-align: top;
	text-align:right;
        font-weight: bold;
        font-size: 12px;
}
.textfield {
	width: 280px;
        border: #325D6F 1px solid;
        padding-left: 4px;
        color: #325D6F;
	background-image: url(http://nicdirect.rosp.de/templates/nicdirect/images/blueinput.gif);
	background-repeat: repeat-x;
}
.textarea {
	width: 280px;
        border: #325D6F 1px solid;
        padding-left: 4px;
        color: #325D6F;
	background-image: url(http://nicdirect.rosp.de/templates/nicdirect/images/blueinput.gif);
	background-repeat: repeat-x;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 12px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 280px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}

.field_value {
        vertical-align: top;
	text-align: left;
}

table.formular {
	margin: 0 0 0 10%;
}

[name=captcha]{
	border: 1px solid #325D6F;
}