form.content {
	width: 400px;
	float: left;
}

form.content label {
	float: left;
	width: 110px;	
	margin-bottom: 10px;
	padding-top: 4px;
	font-size: 1em;	
}

form.content label strong { font-weight: bold; }

form.content label.ergebnis{
	width:auto;
	float:left;
}

form.content input.field,
form.content textarea {
	width: 280px;
	margin-bottom: 10px;
	padding: 4px;	
	color: #000000;
	font-size: 1em;
	font-family:Tahoma;
	border: none;
	border-top: 1px solid #A1B0BB;
	border-left: 1px solid #A1B0BB;
	background-color: #E1E8ED;
}

form.content input#zip { width: 6em; }

form.content input#ergebnis {
	float: left;
	margin: 0;
	margin-left:5px;
	width: 3em;
}
form.content input.submit {
	width: auto;
	margin-top:15px;
}
form.content br {
	clear:both;
}