form {
}
fieldset {
	width: 500px;
	margin: 0 0 0 0;
	float: left;
	border: 0;
	}
input.default {
	font-family: Georgia;
	font-size: 12px;
	color: #7a7a7a;
	float: left;
	height: 20px;
	width: 300px;
	border: 0;
	border-bottom: 1px solid #e1e1e1;
	display: block;
	padding-top: 30px;
	margin-left: 20px;
	outline: 0;
}
input.more {
	font-family: Georgia;
	font-size: 12px;
	color: #7a7a7a;
	float: left;
	height: 20px;
	width: 300px;
	border: 0;
	border-bottom: 1px solid #e1e1e1;
	display: block;
	padding-top: 30px;
	margin-left: 20px;
	outline: 0;
}
textarea {
	font-family: Georgia;
	font-size: 12px;
	color: #7a7a7a;
	width: 300px;
	height: 140px;
	padding-top: 20px;
	line-height: 18px;
	border: 0;
	background: none;
	float: left;
	margin-left: 20px;
}
input.send {
	margin-left: 20px;
	width: 500px;
	height: 20px;
	float: left;
	margin-top: 20px;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	outline: 0;
	background: url(../baseimg/send.gif) no-repeat 0px 0px;
}

input.send:focus {
	outline: 0;
	outline: none;
}
img.code {
	margin-left: 20px;
	margin-right: 80px;
	margin-bottom: 15px;
	width: 150px;
	height: 20px;
	float: left;
	margin-top: 20px;
	border: 0;
	background: url(baseimg/abstand.gif) no-repeat 0px 0px;
	
}

