.page_box{
	float:left;
	width: 970px;
	border: 1px solid #84C225;
	margin: 10px 0px 15px 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.page_title{
	float:left;
	width: 100%;
	background: #84C225;
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-size:15px;
}

.small_box{
	float:left;
	width: 305px;
	border: 1px solid #84C225;
	margin: 10px 0px 15px 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.box_title{
	float:left;
	width: 100%;
	background: #84C225;
	padding: 5px 0px 5px 0px;
	font-size:11px;
	font-weight:bold;
}


.box_content{
	float: left;
	width: 100%;
	text-align:left;
}

.job_section{
	float:left;
	width: 100%;
	cursor:pointer;
	min-height: 30px;
	height:auto !important;
	height: 30px ; 
	font-weight: bold;
	color: #568E00;
	padding-top: 5px;
	padding-bottom: 5px;
}

.job_section_title{
	float:left;
	width: 100%;
	min-height: 23px;
	height:auto !important;
	height: 23px ; 
	font-size:14px;
	padding-top:4px;
	background: #84C225;
}

.category_title
{
	float:left;
	width: 100%;
	padding-top:4px;
	padding-bottom:4px;
	margin-top:10px;
	font-weight: bold;
	background: #84C225;
	border: 1px  solid #84C225;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.all_subcat
{
	float:left; 
	width:208px; 
	min-height: 20px;
	height:auto !important;
	height: 20px; 	
	text-align:left;
	margin-left:3px;
	margin-top:3px;
	cursor:pointer;
	border:1px solid #84C225;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.job_type_box{
	float:left; 
	width:150px; 
	border:1px solid #84C225;
	margin:10px;
	padding:1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.job_type_title{
	width:100%;
	float:left;
	text-align:center;
	background: #84C225;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
