body {
	margin:20px;
	padding: 0;
	font: 14px/18px  Arial, Helvetica, sans-serif;
	color: #494859;
}
p {
	padding: 0 0 18px 0;
	margin: 0;
}
h2 {
	color: #92268F;
	font: bold 28px Arial, Helvetica, sans-serif;
	margin: 0;
	padding-bottom: 12px;
}
table tr td {
	font: 14px/18px  Arial, Helvetica, sans-serif;
	color: #494859;
}
textarea {
	font: 14px/18px  Arial, Helvetica, sans-serif;
	color: #494859;
}
input {
	font: 14px/18px  Arial, Helvetica, sans-serif;
	color: #494859;
}
.userenter {
	width: 360px;
}
.userenter_de {
	width: 300px;
}
em {
	font-weight: bold;
	color: red;
}
.submitt {
	font-size: 17px;
	margin-top: 8px;
}

#requestform label.error { 
	display: block;

	color: red; 
	font-style: italic;
	font-size: 12px;
}
input.error, textarea.error {
	border: 1px solid red;
	background-color: #FFFFFF;
	margin: 0px;
	color: red;
}
.nowrap {
	white-space: nowrap;
}