#job_listings{
	
}

#job_listings div.job{
	
}

#job_listings div.job_name{
	font-size: 14px;
}

#job_listings div.post_date{
	font-size: 10px;
	font-weight: normal;
}

#job_listings div.job_pdf{
	padding-top: 2px;
	margin-left: 5px;
	font-size: 11px;
}

#job_listings div.description{
	margin-left: 10px;
}

#job_listings div.contact{
	margin-left: 10px;
}


.fieldHint{
	font-size: 10px;
	padding-left:30px;
}
/* "Share it" section */

#send_resume {
	top: 50%;
	left: 50%;
	margin-top: -175px; /*set to a negative number 1/2 of your height*/
	margin-left: -300px; /*set to a negative number 1/2 of your width*/
	width:480px;
	height:400px;
	border:3px solid #645e3c;
	position: fixed;
	background-image: url(../images/layout/darkTile.jpg);
	background-color:white;
	overflow:hidden;
	z-index:0;
	padding:10px;
}


* html #send_resume{ /*IE6 only rule, applied on top of the default above*/
	position: absolute;
	top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+50+"px" : body.scrollTop+50+"px");
	left: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollLeft+10+"px" : body.scrollLeft+10+"px");
}

#send_resume_content .closePage {
	float: right;
	margin-top:-10px;
	margin-right:-10px;
	background: #645E3C;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:1px;
	/*border:1px solid #AFA570;*/
}

#send_resume_content .closePage a {
	color: #AFA570;
}

#send_resume_content .closePage .closeText {
	cursor:pointer;
}