/**************************************************
* CSS E-MAIL-FORMULAR
*
* Copyright		:	CONCEPT F. Nützel Marketing & Design GmbH
* Created		:	2006-03-24 Phillip Baumgärtner
* Modified		:	
/**************************************************/

table.mailform {
	width: 400px;
	margin-left: 10px;
}

table.mailform label {
	clear: both;
}

table.mailform input,
table.mailform textarea {
	width: 100%;
	border: 0;
	border-bottom: 1px solid white;
	background: #f3f3f3;
	margin-bottom: 5px;
}

table.mailform input.submit {
	width: auto;
	border: 0;
}

