@charset "UTF-8";
/* Ten Thirty-One Pictures - Jobs page style */

/********************************************************
* Exceptions to Global Style
********************************************************/

fieldset {
width: 750px;
}

label {
width: 125px;
}

label.error {
width: 200px;
}

/********************************************************
* Job Area Rules
********************************************************/
div.job{
	clear:both;
	float:left;
	margin:10px 0px;
	padding:0px;
	width:500px;
	border-bottom:1px solid #333;
}
div.job h3{
	margin:0px;
	font:bold 15px trajan-pro-1, trajan-pro-2, sans-serif;
	color:#999;
	text-transform:none;
}
	div.job h3 span{
		color:#666;
	}
div.job h4{
	margin:0px;
	padding:5px 0px;
	font:normal 11px myriad-pro-1, myriad-pro-2, sans-serif;
	color:#999;
	text-transform:none;
}
div.job h4 span{
	font-weight:bold;
	color:#333;
	text-transform:uppercase;
}
div.job p{
	margin:0px 0px 10px 0px;
	padding:10px 0px 0px 0px;
	font:normal 11px myriad-pro-1, myriad-pro-2, sans-serif;
	color:#999;
}
div.job p span{
	color:#333;
	text-transform:none;
}