div#careersContent,
div#jobapplication {
width: 400px;
margin-left: 23px;
padding: 30px 0px;

}

.job {
background:url('/images/job_outline.gif') 0 2px no-repeat;
/*order: 1px dotted #FF6633;*/
margin-bottom: 30px;
position: relative;
}

.job h4 {
margin:10px;
background:#fcfcfc;
border:1px solid #A0376E;
padding:5px;
font-weight:normal;
color:#A0376E;
font-size:1.2em;
}



.job dl {
float:left;
padding:0 10px;
margin:0 0 15px 0;
}

.job dt, .job dd {
float:left;
width:255px;
margin:5px 0;
}

.job dt {
clear:left;
width:120px;
font-weight:bold;
margin-right:5px;
}

div#main .jobfooter {
text-align:right;
clear:both;
background:url('/images/job_outline_footer.gif') 0 -12px no-repeat;
padding: 3px 0;
}

div#careersContent a {
text-decoration:none;
font-size:0.9em;
color:#A0376E;
font-size: 1.1em;
}

div#careersContent a:hover {
text-decoration:underline;
}

div#careersContent .job a {
padding:2px 20px 2px 5px;
border:1px solid #A0376E;
}

a.apply {
margin-right:10px;
background:url('/images/job-arrow-left.gif') right 50% no-repeat #fff;
}

a.expand {
margin-right:5px;
background:url('/images/job-arrow-down.gif') right 50% no-repeat #fff;
}

div#careersContent .job a:hover {
text-decoration:none;
background-color:#A0376E;
color:#fff;
}


.job .hide, .hide {
	display: none;
}
.job .show {
	display: inline;
}

#jobapplicationform fieldset {
border:none;
padding:10px 0;
}

#jobapplicationform label {
display:block;
padding:3px 10px 0 0;

border-top:1px dashed #efefef;
float:left;
width:120px;
}


#job_qualification,
#job_title,
#job_name,
#job_address,
#job_email,
#job_telephone,
#job_location,
#job_comments {
	width:220px;
	border:1px inset #efefef;
	margin-bottom:10px;
	background:#fcfcfc;
	font-size:1.2em;
}

#jobapplicationform option.job_county {
	font-weight: bold;
	background-color: #eee;
}

#jobapplicationform option.job_city {
}


div#jobapplication .submit {
background-color:#fcfcfc;
color:#000;
font-size:1.2em;
padding:2px;
margin:0;
}

div#main p.message {
border:3px groove #FFFF00;
background:#FFFF00;
padding:3px 2px 0 2px;
color:#000;
}