/* SEARCH */
.search_container {
	overflow: hidden;
}
.search_container label {
	color: #333;
	float: left;
	font-size: 12px;
	margin-right: 30px;
	padding-top: 4px;
	font-family: 'NeuzeitGroteskTRegular', sans-serif;
}
.search_container select {
	border: 1px solid #958f8f;
	color: #555;
	float: left;
	font-size: 11px;
	width: 147px;
}
.cta_bttn_container {
	float: right;
	overflow: hidden;
	width: 411px;	/* was 411px prior to Opportunity Scholarship changes */
}
.schedule, .request, .apply, .opportunity {
	display: block;
	float: left;
	padding: 4px 0 5px;
	text-indent: -9999px;
}
.schedule {
	background: url('http://images.itt-tech.edu/careerservices/cta_head_foot_bttns_bottom.png') no-repeat;
	width: 168px;
}
.request {
	background: url('http://images.itt-tech.edu/careerservices/cta_head_foot_bttns_bottom.png') no-repeat -170px 0;
	margin-left: 9px;
	text-indent: -9999px;
	width: 141px;
}
.apply {
	background: url('http://images.itt-tech.edu/careerservices/cta_head_foot_bttns_bottom.png') no-repeat -311px 0;
	margin-left: 9px;
	text-indent: -9999px;
	width: 84px;
}
.opportunity {
	background: url('http://images.itt-tech.edu/careerservices/cta_head_foot_bttns_bottom.png') no-repeat -396px 0;
	margin-left: 9px;
	text-indent: -9999px;
	width: 180px;
}
.schedule:hover {
	background: url('http://images.itt-tech.edu/careerservices/cta_head_foot_bttns_bottom.png') no-repeat 0 -25px; width: 168px;
}
.request:hover {
	background: url('http://images.itt-tech.edu/careerservices/cta_head_foot_bttns_bottom.png') no-repeat -170px -25px;
}
.apply:hover {
	background: url('http://images.itt-tech.edu/careerservices/cta_head_foot_bttns_bottom.png') no-repeat -311px -25px;
}
.opportunity:hover {
	background: url('http://images.itt-tech.edu/careerservices/cta_head_foot_bttns_bottom.png') no-repeat -396px -25px;
}