@charset "utf-8";
#vorname, #nachname, #email, #telefon, #firma, #branche, #firmensitz {
	width: 320px;
	height: 16px;
	border: 1px solid #999;
	background-color: #E8E8E8;
}
#thema {
	width: 320px;
	height: 20px;
	border: 1px solid #999;
	background-color: #E8E8E8;
}
#code {
	width: 65px;
	height: 16px;
	border: 1px solid #999;
	background-color: #E8E8E8;
}
#mitteilung {
	width: 320px;
	height: 100px;
	border: 1px solid #999;
	background-color: #E8E8E8;
}
#submit {
	background-color: #E8E8E8;
	height:33px;
	border: 1px solid #999;
}
#vorname:focus, #nachname:focus, #email:focus, #telefon:focus, #firma:focus, #branche:focus, #firmensitz:focus, #thema:focus, #mitteilung:focus, #code:focus, #submit:focus {
	background-color: #FFFFFF;
}
div.clear {
	clear: both;
	width: 520px;
	padding-bottom:3px;
}
div.list {
	float: left;
	width: 200px;
}
div.form {
	float: left;
	width: 320px;
}
div.formsubmit {
	float: left;
	width: 200px;
}
.loading_icon div {
	float:left;
	height:15px;
	width:520px;
	background-repeat: no-repeat;
	background-position: center 15px;
	padding-top: 15px;
}
.done {
	padding-left:110px;
	font-size:12px;
	background-image: url(../img/form/OKindicator.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	display: none;
}
.meldung0, .meldung1, .meldung2, .meldung3, .meldung4, .meldung5, .meldung6, .meldung7, .meldung8 {
	color: #98141c;
}
