/* CSS Document */

input, textarea {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.daten input {
	width:220px;
}
#plz {
	width:auto
}
#ort {
	width:182px;
}
fieldset {
	margin-bottom:7px;
}
legend {
	color:#FFF;
	font-weight:bold;
}
table {
	margin:5px;
}
td {
	vertical-align:center;
}
.bestellung {
	line-height:10px;
}
.bestellung input {
	text-align:center;
}
input.error, select.error, textarea.error {
	border: 1px solid red; 
	background:#FFFCE2 url(../images/warning_obj.gif) right top no-repeat;
}
form {
	margin-bottom:5px;
}
