#submit p label{
	float:left;
	clear:left;
	width:150px;
}
#submit p label.fehler,#submit p.fehler{
	color:#ff0000;
}
#submit input[type="text"]{
	width:348px;
}
#submit select{
	width:352px;
}
#submit select.short{
	width:114px;
}
#submit textarea{
	width:350px;
	height:70px;
}
#submit table{
	margin-left:150px;
}
#submit input[type="submit"]{
	width:348px;
	height:20px;
	color:#fff;
	background-color:#083868;
	border:1px solid #083868;
	cursor:pointer;
}
