/*.blocks_newsmenu{
	float: left;
    width: 20%;
}
.career_list  {
	float: left;
    width: 80%;
}
*/
.block_banners{
	position: relative;
	
}
.block_banners .block_title{
	 bottom: 0;
    font-family: Verdana;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    text-transform: uppercase;
}
.block_banners .block_inner {
    padding-bottom: 40px;
}
.career_list h1 {
	color: #f68501;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.career_list  .label_assert {
     background: url("../images/icon_assert.png") no-repeat scroll 12px center #f37216;
    color: #fff;
    display: block;
    font-weight: normal;
    padding: 6px 38px
}
.career_list .career_content {
    margin: 0;
    padding:0;
    list-style: none;
}

.career_list .career_content  .item {
	border-top: 1px dashed #969696;
	  padding-top: 12px;
}
.career_list  .title{
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
}
.career_list .expired {
    font-size: 11px;
    font-style: italic;
    margin-bottom: 4px;
}
.career_list .work_place {
    font-size: 11px;
    margin-bottom: 4px;
}
.career_list .career_more a{
    color: #f37216;
    font-size: 11px;
    font-style: italic;
}
.career_list  .label_question {
     background: url("../images/icon_question.png") no-repeat scroll 12px center #f37216;
    color: #fff;
    display: block;
    font-weight: normal;
    padding: 6px 38px
}
.career_list #form_career p {
    font-size: 11px;
    font-style: italic;
    margin-bottom: 0;
    padding-left: 10px;
}
.career_list .txt_input {
    border: 1px solid #bcbec0;
    border-radius: 2px;
    box-shadow: 0 0 6px 0 #d4d6d8 inset;
    color: #58595b;
    font-size: 11px;
    font-style: italic;
    padding: 5px 10px;
    width: 100%;
}
.career_list  #fieldFormGender{
	 padding: 2px;
	 width: 18%;
}
.career_list  #fieldFormName{
}
.career_list .button {
    background: none repeat scroll 0 0 #f47922;
    border-radius: 2px;
    box-shadow: 1px 2px 1px 0 #c3611b;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    padding: 6px 20px;
    text-transform: uppercase;
    margin-right: 6px;
}
.code-view {
       background: url("../images/reset.png") no-repeat scroll center center ;
    display: inline;
    padding: 2px 10px;
}
.is_news {
  	background: url("../images/is_news.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 30px;
    margin-left: 10px;
    margin-top: -6px;
    position: absolute;
    width: 70px;
}