fieldset {
	float: left;
	margin-right: 5%;
	border: none;
	width: 45%;
	padding: 10px;
}
legend {
	font-weight: bold;
	font-style: italic;
	position: relative;
	left: -8px;
}
label {
	display: block;
}
#companyPhoneSet label, #companyFaxSet label, #repPhoneSet label, #repFaxSet label
{
	display: inline;
}
input.radioInput {
	width: 10%;
}
#companySet, #representativeSet, #companyPhoneSet, #companyFaxSet, #repPhoneSet, #repFaxSet {
	width: 40%;
}
#gradeSet {
	width: 100%;
}
#companySet {
	clear: both;
}
# representativeSet {
	float: right;
}
#companyPhoneArea, #companyFaxArea, #repPhoneArea, #repFaxArea {
	width: 19%;
}
#companyPhone, #companyFax, #repPhone, #repFax {
	width: 58%;
}


