/*make the main content area narrower so we can squeeze in our navigation pane on the left.*/
#lt-col{
	width:510px !important;
}

#careers-nav{
	float:left;
	width:160px;
}

#careers-nav ul li{
	list-style:none;
}

#vacancies tr th{
	font-weight:bold;
}

#vacancies tr td{
	padding-bottom:5px;
	padding-right:1em;
}

#vacancies tr td.last, #vacancies tr th.last{
	padding-right:0px;
}

#job_form{
	width:540px;
}

#job_form br{
	clear:both;
}

#job_form label, #job_form input{
	float:left;
	margin-bottom:5px;
}

#job_form label{
	width:120px;
}

#sidebar-right {
margin-left:0px!important;
}