/**************************************************
* CSS E-MAIL-FORMULAR
*
* Created		:	2006-03-31 Phillip Baumgärtner
* Modified		:	
/**************************************************/

.mailForm {
	width: 100%;
}

.mailForm label {
	display: block;
	clear: both;
	margin: 5px 0 2px 0;
}

.mailForm input,
.mailForm textarea {
	width: 100%;
	border: 1px solid #ccc;
	background: #ebebeb;
}

.mailForm input.button {
	width: auto;
	background: transparent;
}

.mailForm input.submit {
	width: auto;
	margin-top: 20px;
}
