.textbox {
	background: #fff;
}
#subForm {
	padding: 10px 0;
	width: 100%;
	font-size: 0.9em;
	background: #86A562;
	border: 1px solid #CAD2D5;
}
#subForm h2 {
	color: #fff;
	margin-left: 10px;
}
#subForm .label {
	float: left;
	clear: left;
	width: 170px;
	margin-right: 10px;
	text-align: right;
	/*font-weight: bold;*/
	color: #fff;
}
#subForm p {
	clear: left;
}
fieldset {
	border: 0;
}
input#title, input#name, input#job_title, input#job_description, input#phone, input#emailaddress, input#company_address, textarea#requirements {
	font-size: .9em;
	width: 160px;
	background-color: #FFF;
	font-family:"Lucida Console", Monaco, monospace;
	margin-top: -2px;
}

input#subscribe {
	margin-left: 182px;
	background-color: #C0CAE2;
	background-color: #fff;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}