#convform {
	margin: 0 0 0 0;
	border: 0;
	color: #606060;
	text-align: left;
}
#convform fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
#convform legend {
	margin: 0;
	padding: 0 0 6px 0;
	font-weight: bold;
	font-size: 12px;
	color: #606060;
}
#convform p {
	margin: 0;
	padding: 0;
	clear: both;
	line-height: 20px;
	vertical-align: middle;
}
#convform label {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	width: 90px;
}
#convform input,
#convform textarea {
	margin: 1px 0;
	padding: 0;
	float: left;
	width: 200px;
	border: 0;
	border: 1px solid #606060;
	text-align: left;
	background: #FFF;
	vertical-align: middle;
}
#convform input.geslacht {
	float: left;
	width: 20px;
	display: block;
	border: 0;
}
#convform label.geslacht {
	float: left;
	width: 50px;
	display: block;
	border: 0;
}
#convform textarea {
	height: 120px;
	width: 280px;
}
#convform #remark {
	margin: 0 0 0 90px;
	padding: 0;
	font-size: 9px;
	text-align: left;
}
#convform button {
	margin: 0;
	padding: 0;
	font-weight: bold;
	background-color: #009291;
	border: 1px solid #009291;
	color: #FFF;
}
#convform button:hover {
	background-color: #FFF;
	border: 1px solid #009291;
	color: #009291;
}
#convform label.error { 
	margin: 0 0 0 90px;
	float: none; 
	color: red; 
	clear: both;
	width: 300px;
	text-align: left;
	font-weight: bold;
	vertical-align: top; 
}
#convform input.error { 
	border: 1px solid red; 
}
.button {
	text-align: center; 
}
.button a,
.button a:link,
.button a:visited,
.button a:active {
	margin: 0 auto;
	padding: 0;
	line-height: 25px;
	height: 25px;
	width: 150px;
	display: block;
	font-weight: bold;
	background-color: #009291;
	color: #FFF;
	border: 1px solid #009291;
	text-decoration:none;
	text-transform: uppercase;
}
.button a:hover {
	background-color: #FFF;
	border: 1px solid #009291;
	color: #009291;
}

