div.selectbox-wrapper    {
    background-color: #fff;
    border: none;
    border-bottom: 1px #CCC solid;
  	 border-right: 1px #CCC solid;
	  border-left: 1px #CCC solid;
	  max-height: 200px;
    overflow: auto;
    padding: 0px;
    position: absolute;
    text-align: left;
    width: 167px;
		color:#333;
	  }
div.selectbox-wrapper ul    {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    }
div.selectbox-wrapper ul li.selected    {
    background-color: #fff;
    color: #333;
    }
div.selectbox-wrapper ul li.current    {
    background-color: #0b5e3c;
    color: #fff;
    }
div.selectbox-wrapper ul li    {
    border-bottom: none;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 12px;
    list-style-type: none;
    margin: 0;
    padding: 6px 2px 6px 10px;
    }


.styledselectbox{
  	background: url(../images/drpdwn.png) no-repeat;
	  border: none;
    border-left: none;
    color: #393939;
    cursor: pointer;
    display: block;
    font-family: Arial;
    font-size: 12px;
    height: 35px;
    margin: 0px 0px 0px 0px;
		padding:0px 5px 0px;
    text-align: left;
    width: 167px;
}
.jobselectbox{
  	background: url(../images/job_drpdwn.png) no-repeat;
	  border: none;
    border-left: none;
    color: #393939;
    cursor: pointer;
    display: block;
    font-family: Arial;
    font-size: 12px;
    height: 37px;
    margin: 0px 0px 0px 0px;
		padding:0px 5px 0px;
    text-align: left;
    width: 185px;
}

.news_city{
  	background: url(../images/city_drpdwn.png) no-repeat;
	  border: none;
    border-left: none;
    color: #393939;
    cursor: pointer;
    display: block;
    font-family: Arial;
    font-size: 12px;
    height: 24px;
    margin: 0px 0px 0px 0px;
		padding:0px 5px 0px;
    text-align: left;
    width: 87px;
}
.job_inp_box{width:183px; float:left; height:35px; background: url(../images/job_txt_box.png) no-repeat; border:none; padding-left:5px;}

/*.inp_box{width:252px; float:left; height:33px; background:url(../images/text_box.png) no-repeat !important; border:none; padding:0px; color:#000;}*/
.inp_box{border: 1px solid #d7d7d7;
    border-radius: 5px;
    color: #000;
    float: left;
    height: 33px;
    margin-right: 5px;
    padding: 0 5px;
    width: 252px;}
.inp_btn{min-width:95px; width: 130px; float:left; text-align:center; color:#fff; font-size:12px; background:url(../images/btn_bg.png) repeat-x; line-height: 26px; border:1px solid #033; border-radius:5px 5px 5px 5px; cursor:pointer; font-weight:bold; border:none;}
.job_txt_area{background:#fff; width:405px; float:left; min-height:60px; no-repeat; border:none; padding-left:5px; border:1px solid #b9b9b9; border-radius:5px 5px 5px 5px;}
/*=======================Tab====================================*/

#tabs_wrapper {
	width: 100%;
	margin:25px auto; 
}
#tabs_wrap_inner {
	width: 96%;
	margin:13px auto; 
	padding-left:10px;
}

#tabs_container {
	border-bottom: 1px solid #004f2e;
}
#tabs {
	list-style: none;
	padding: 9px 10px;
	margin: 0 0 0 -10px;
	font: 0.75em arial;
}
#tabs li {
	display: inline;
}
#tabs li a {
	border: 1px solid #ccc;
	padding: 9px 15px;
	text-decoration: none;
	background-color: #eeeeee;
	border-bottom: none;
	outline: none;
	color:#004f2e;
	font-size:12px;
	//text-decoration:underline;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#tabs li a:hover {
	background-color: #dddddd;
	padding: 9px 15px;
	color:#004f2e;
}
#tabs li.active a {
	border-bottom: 1px solid #fff;
	background-color: #004f2e;
	color:#FFF;
	padding: 9px 15px;
	border-bottom: none;
	font-size:14px;
}
#tabs li.active a:hover {
	background-color: #eeeeee;
	padding: 9px 15px;
	color:#004f2e;
	font-size:14px;
	border-bottom: none;
}

#tabs li a.icon_accept {
	background-position: 5px;
	background-repeat: no-repeat;
	padding-left: 6px;
}
#tabs li a.icon_accept:hover {
	padding-left: 6px;
}

#tabs_content_container {
	padding: 10px;
	float:left;
	width: 552px;
	border:1px solid #004f2e;
	border-top:none;
	background:#fff;
	margin-bottom:10px;
}
.tab_content {
	font-family:Arial, Helvetica, sans-serif;
	display: none;
}
.cancel_manage
{
    padding: 5px 8px;
    line-height:5px;
}

