.label_optionen{	
    width: 120px;
     float: left;
	position: relative;
	}

/*box um die namen usw */
.label_box{
top: 2px;
	float: left;
	position: relative;
	width: 120px;

}
/*box um die label_box und die felder */
.label_field{
	float: left;
	position: relative;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D4D7;
}

legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 0px solid #C0C0C0;
}

.radiolayout {
	width:80%;
	padding-top:15px;
	padding-bottom:15px;
	background-color: #CCCC99;
}

.formu {
	position: relative;	
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	
	border: 0px solid #C0C0C0;	
	float: left;
}

.mf-radio {
border:0px;
}

.mf-text {
	top: 2px;
	margin-bottom: 2px;
	width: 300px;
}

.mf-check {
	border: 0px;
	float: left;
	position: relative;
}
.mf-select {
border:0px;
}

.mf-input {
top: 2px;
margin-bottom: 2px;
	width: 300px;
	
	float: left;
	position: relative;
}

.mf-submit {
	color: #FFFFFF;
	background-color: #CC0000;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

