/*************************************************** CSS E-MAIL-FORMULAR** Created		:	2006-03-31 Phillip Baumgärtner* Modified		:	/**************************************************/table.mailForm {	width: 100%;	color: #fff;	font-weight: bold;}table.mailForm label {	display: block;	clear: both;	margin: 5px 0 2px 0;}table.mailForm input,table.mailForm textarea {	width: 100%;	border: 0;	background: #E4D7BD;	color: #1A3553;	border: 1px solid #fff;	font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;	font-size: 11px;}table.mailForm input.button {	width: auto;	background: transparent;}table.mailForm input.submit {	width: auto;}table.mailForm .bold {	font-weight: bold;}table.mailForm2 {	width: 100%;	color:#977735;	font-weight: normal;	background: #E4D7BD;	border-top: 1px solid white;	padding-bottom:10px;}table.mailForm2 label {	display: block;	clear: both;	margin: 5px 0 2px 0;}table.mailForm2 input,table.mailForm2 textarea {	width: 100%;	border: 0;	background: #E4D7BD;	color: #1A3553;	border: 1px solid #fff;	font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;	font-size: 11px;}table.mailForm2 input.check{background: transparent;border:0;width:auto;}table.mailForm2 td.head{color:#fff;padding-left:5px;}
