@charset "UTF-8";
#form {
	float: left;
	width: 310px;
}
.form   {
	list-style-type: none;
	height: 40px;
	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;
}
.formSend {
	list-style-type: none;
	padding-top: 20px;
	padding-bottom: 25px;
	padding-left: 95px;
	clear: both;
}
