/***Maße und Größen nach Wunsch verändern****/
form{
font:11px Arial, sans-serif;
color:#000;
width:50%;
}
form .content{
	padding:0.5em 0;
	}
#verteilerformular{
	margin:0 0 0 40px;
	}
form#osg_sofortanfrage, form#Seite_empfehlen{
	width:90%;
	margin:5% auto;
	}
fieldset{
border:0;
margin:20px 0;
background:#fff;
display:block;
padding:5px 10px;
}
legend{
font-size:1.4em;
font-weight:600;
}
.tableRow{
clear:both;
width:100%;
margin:5px 0;
height:25px;
	}

.tableCell{
	float:left;
	}
label{
width:30%;
	}
input, input[type="text"], select, textarea{
width:200px;
}

input.input_small{
float:left;
width:24%;
}
input.input_ort{
float:left;
width:150px;
}
input.input_plz{
float:left;
width:50px;
}
.submitBox{
	margin:0 0 0 110px;
	}
#verteilerabbrechen, #verteilersenden{
	width:90px;
	}