td.formLabel {
	width:250px;
	padding-top:5px;
	color: #333;
	font-family: 'NeuzeitGroteskTRegular', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight:bold;
	vertical-align:text-top;
}
td.formInput {
	width: 480px;
	padding-top:5px;
	width:400px;
	padding-top:5px;
	color: #333;
	font-family: 'NeuzeitGroteskTRegular', sans-serif;
	font-size: 16px;
	line-height: 20px;
	vertical-align:text-top;
}
td.submitButton {
	padding-top:10px;
}
input.single, input.double, input.phone3, input.phone4, input.short, select.state, select.selectbox, input.submitButton, textarea.jobdesc {
	color: #333;
	font-family: 'NeuzeitGroteskTRegular', sans-serif;
	font-size: 16px;
	line-height: 20px;
}
input.single {
	width: 300px;
}
input.double {
	width: 145px;
}
input.phone3 {
	width: 40px;
}
input.phone4 {
	width: 50px;
}
input.short {
	width: 159px;
}
input.zipcode {
	width: 70px;
}
input.date2 {
	width: 30px;
}
input.date4 {
	width: 50px;
}
select.selectbox {
	width:307px;
}
input.submitButton {
	padding-top:5px;
	padding-bottom:5px;
}
span.required {
	color:#FF0000;
	font-size:10px;
	font-family: 'NeuzeitGroteskTRegular', sans-serif;
	line-height:12px;
	vertical-align:super;
}
span.formSubtitle {
	font-style:italic;
	font-size:10px;
	line-height:12px;
}
textarea.jobdesc {
	width: 307px;
	height: 75px;
}