@charset "UTF-8";
#form { float: left; width: 300px; overflow: hidden; }
#form ul {
	margin: 0px;
	padding: 0px;
}
#form li {
	margin-top: 5px;
}
.form   {
	list-style-type: none;
	height: 5px;
	clear: both;
}
#firstname {
	display:none;
}
.formLeft {
	list-style-type: none;
	text-align: right;
	width: 80px;
	padding-right: 15px;
	float: left;
}
.formRight {
	list-style-type: none;
	float: left;
}
.formZip {
	list-style-type: none;
	float: left;
	padding: 0px 15px 0px 10px
}
.formMessage {
	list-style-type: none;
	float: left;
	clear: both;
}
.formSend {
	list-style-type: none;
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 95px;
	clear: both;
}
