form {
	margin: 20px 0;
}
form td#gesamtpreis {
	border-bottom: 2px solid #F2F2F2;
}
form fieldset {
	border-bottom: 3px solid #D0E6EC;
	border-top: 3px solid #D0E6EC;
	border-left: 0;
	border-right: 0;
	margin: 20px 0;
	padding: 10px;
}
form fieldset legend {
	color: #075BB4;
	font-weight: bold;
	padding: 0 5px;
}
form table {
	border: 0;
	padding: 0;
}
form table th {
	border-right: 2px solid #E5F1F5;
	font-weight: bold;
	padding: 10px 10px 10px ;
	text-align: right;
	vertical-align: top;
	width: 130px;
}
form table th span.help {
	color: #888;
	display: block;
	font-size: .9em;
	font-style: italic;
	font-weight: normal;
}
form table td {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: top;
}
form table td span.help {
	color: #333;
	display: block;
	font-size: .9em;
	font-style: italic;
	font-weight: normal;
	margin-top: 3px;
}
form input, 
form select, 
form textarea {
	margin: 0;
}
form input[type="checkbox"], 
form input[type="image"], 
form input[type="submit"], 
form input[type="radio"], 
form .normal {
	width: auto;
}