body{
	background: url(../images/bg2.png) repeat-x;
	background-color:#f4f3ef;
}

#slideshow2{
	width:1000px;
	height:195px;
	margin:10px auto;
	background:url(../images/employer_banner.png) no-repeat;
}

#news_main{
	position: relative;
	width:1000px;
	margin:10px auto;

}

#news_main section#right{
	position:relative;
	float:right;
	width:998px;
	border:1px solid #dfdfdf;
	border-top: none;
}

#news_main section#right .title{
	position: relative;	

	width:998px;
}

#news_main section#right .title span.p{
	margin-left:100px;
	color:#333;
}

#news_main section#right .content{
	width:100%;
	position: relative;
	background-color: #fff;
	float:left;
	padding:20px 0;
}

#news_main section#right .content h4{
	height:50px;
	line-height: 50px;
	font-size: 18px;
	font-family: "微软雅黑";
	width:900px;
	margin:0 auto;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;

}

#news_main section#right .content table{
	display: block;
	margin:0 auto;
	width:900px;
	background-color:#ddd;
}

#news_main section#right .content table thead tr{
	height:30px;
	line-height: 30px;
}

#news_main section#right .content table thead tr th{
	background:#eee;
}

#news_main section#right .content table tbody tr{
	text-align: center;
	height:30px;	
}

#news_main section#right .content table tbody tr td{
	background-color: #fff;
}

#news_main section#right .content table tbody tr td span.over{
	color:#999;
	cursor:pointer;
}

#news_main section#right .content table tbody tr td a{
	color:#00f;
}

#news_main section#right .content table.deliver th{
	background-color: #fff;
}

#news_main section#right .content table.deliver td{
	text-align: left;
	padding:0 5px;
	width:800px;
	background-color:#fff;
}

#news_main section#right .content table.deliver td input{
	width:400px;
	height:24px;
	border:1px solid #ddd;
	line-height: 24px;
    font-family: "宋体";
}

#news_main section#right .content table.deliver td input:focus{
	background-color:#ffffcc;
}

#news_main section#right .content table.deliver td textarea{
	width:100%;
	margin-top:5px;
	margin-bottom: 5px;
	height:50px;
    font-size: 12px;
	border:1px solid #ddd;
}

#news_main section#right .content table.deliver td textarea:focus{
	background-color:#ffffcc;
}

.submit{
	display:block;
	margin:0 auto;
	border:none;
	background-color:#0066cc;
	height:32px;
	width:120px;
    font-weight: bold;
	line-height: 32px;
	color:#fff;
	font-size:12px;
	border-radius: 10px;
	cursor: pointer;
	font-family: "宋体";
    padding:0 10px;
	margin-top:20px;
}

.error{
    background-color:#ff9999;
}

.submit:hover{
	background-color:#003366;
}

footer{
	position: relative;
	float:left;
	width:100%;
	height:184px;
	margin-top:20px;
	background:url(../images/footer_bg.png) repeat-x;
}