#div_firstname,
#div_homePhone {
	float: left;
	padding-right: 12px;
	width: 235px;
}
#div_Lastname,
#div_workPhone {
	float: left;
	width: 235px;
	clear: none;
}


.fieldContainer.email,
#div_question1,
#div_question2,
#div_question3,
#div_question4,
#div_question5,
#div_question6,
#div_comments { width:480px; }

#div_address1, #div_businessaddress1 {
	float: left;
	padding-right: 12px;
	width: 320px;
}
#div_address2, #div_businessaddress2 {
	float: left;
	width: 150px;
	clear: right;
	padding-right: 20px;
}

#div_businessaddress2 {
	float:none;
}

#div_city, #div_businesscity {
	float: left;
	width: 278px;
	padding-right: 12px;
}
#div_state, #div_businessstate {
	width: 80px;
	padding-right: 12px;
	float: left;
	clear: none;
}
#div_zip, #div_businesszip {
	width: 100px;
	float: left;
	clear: none;
}

.fieldContainer.required label {
	font-size:11px;
}

label, .label {
	font-size:12px;
}

