form#EmailForm input.i, form#EmailForm input.g, form#EmailForm textarea {
	border: 1px solid #7F7E4E;
	background-color: #FFF;
}
form#EmailForm textarea { width: 100%; }
form#EmailForm input.i { width: 250px; }
form#EmailForm input.ahctpac { width: 148px; }
form#EmailForm textarea { height: 250px; }
form#EmailForm input.g {
	color: #7F7E4E;
	background-color: #FFF;
	cursor: pointer;
	font-weight: bold;
	width: 150px;
}
form#EmailForm input.g:hover {
	color: #FFF;
	background-color: #7F7E4E;
}
form#EmailForm table th {
	text-align: left;
	font-weight: normal;
}
form#EmailForm table td {
	padding-bottom: 5px;
	color: #7F7E4E;
	font-size: 0.8em;
}
* html form#EmailForm table td.textNachricht { height: 1%; }
form#EmailForm div.errors {
	margin-bottom: 1em;
	color: #FF0000;
}
form#EmailForm table tr td img.ahctpac {
	float: none;
	margin: 0;
	border: 1px solid #7F7E4E;
}
div.rightSidebar { display: none; }
