#job{
	position:relative;
}

#job .logo
{
  float: left;
  margin:0 20px 20px 120px;
	width:600px;
}

#job h1
{
  font-size: 140%;
}

#job h2
{
  font-size: 110%;
  font-style: italic;
	float:left;
	display:inline;
	width:100px;
	margin:15px 20px 15px 0;
	line-height:150%;
}

#job h3
{
  font-size: 150%;
  margin: 15px 0;
/*  padding: 10px 0;*/
  font-weight: normal;
	float:left;
	display:inline;
	width:600px;
}

#job h3 small
{
  font-size: 70%;
}

#job h4
{
  font-size: 110%;
  margin: 20px 0 7px 120px;
  font-weight: bold;
	width:600px;
}

#job .description,
#job .how_to_apply{
  font-size: 105%;
  line-height: 1.4em;
	margin-left:120px;
	width:600px;
}

#job_actions
{
  margin: 3px 0;
  padding: 7px;
  padding-left: 0;
  background-color: #ffc;
  list-style: none;
}

#job_actions ul
{
  display: inline;
}

#job_actions h3
{
  display: inline;
  font-weight: bold;
  margin-right: 15px;
  padding: 7px;
  background-color: #eee;
}

#job_actions li
{
  display: inline;
  margin-right: 7px;
}

.expires_soon
{
  color: red;
}

#job_form
{
  width: 100%;
}

#job_form th
{
  white-space: nowrap;
  font-style: italic;
	width:120px;
}

#job_form td, #job_form th
{
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  text-align: left;
  vertical-align: top;
  padding: 7px 0;
}

#job_form tfoot td, #job_form tfoot th
{
  border: 0;
  text-align: left;
}

#job_form .radio_list li
{
  display: inline;
}

#job .meta
{
	position:absolute;
	top:0;
	right:0;
  color: #77766F;
	font-style:italic;
}
