@charset "UTF-8";
#form {
}
#form ul {
	margin: 0px;
	padding: 0px;
}
#form li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.form   {
	list-style-type: none;
	clear: both;
	height: 30px;
}

.required {
	color: #d22229;
}

#firstname {
	display:none;
}
.formLeft {
	list-style-type: none;
	text-align: right;
	width: 115px;
	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;
}

