@charset "UTF-8";
#form {
	width: 500px;
	clear: both;
}
#form ul {
	margin: 0px;
	padding: 0px;
}
#formFirstname {
	display:none;
}
.form   {
	list-style-type: none;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	height: 30px;
}
.formLeft {
	list-style-type: none;
	text-align: right;
	padding-right: 15px;
	float: left;
	width: 150px;
}
.formRight {
	list-style-type: none;
	float: left;
}
.formSend {
	list-style-type: none;
	padding-top: 35px;
	float: left;
}

