@CHARSET "UTF-8";
body {
	background-image: url(../images/main_bg.jpg);
	margin:auto;
	text-align:center;
	
}
#wrapper{
	margin:0 auto;
	max-width:1200px;
}
a{
	text-decoration: none;
	color: rgb(0,0,0);
	cursor:pointer;
}
#wrapper h1 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cbcbcb;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 20px;
}
.div_head_container{
	width:100%;
	position:relative;
	z-index:100;
	top:0;
}
.div_foot_container{
	width:100%;
	position:relative;
	left:0%;
	bottom:0%;
    height: 30px;
}
/* 头部 */
.h_top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #e6e6e6;
    margin-bottom:0px;
    border-bottom:1px solid #c6c6c6;
}
.h_top span{
	cursor:pointer;
}
.h_foot {
    width: 100%;
    line-height: 40px;
    background-color: #e6e6e6;
    margin-top:0px;
    border-top:1px solid #c6c6c6;
}
#search_wrap{
	width:100%;
	margin:0 auto;
	height:150px;
	background-color:rgb(255,255,255);
	border:solid 1px rgb(200,200,200);
	position:relative;
}
#menu_wrap{
	width:20%;
	float:left;
}
#list_wrap{
	width:75%;
	float:right;
}
input{
	border:1px solid rgb(200,200,200);
}
select{
	border:1px solid rgb(200,200,200);
}
textarea{
	overflow:auto;
	border:1px solid rgb(200,200,200);
}
/***************搜索域的样式******************/
	#sc_adv {
	    display: none;
	    width: 620px;
	    padding-top: 15px;
	    background: #fff;
	    color: #505961;
	    border: 1px solid rgb(200,200,200);
	    font-size: 14px;
	    position: absolute;
	    z-index: 999;
	}
	#sc_adv table tr td{
	    color: #505961;
		padding-bottom:10px;
	}
	.sc-input {
	    background: #fff;
		width:330px;
		height:28px;
		padding-left:10px;
		padding-right:10px;
		border-radius:8px;
	}
	.up_select{
		background: #fff;
		width:120px;
		margin-right:15px;
		height:28px;
		border-radius:5px;
	}
	.s_btn {
	    width: 100px;
	    height: 34px;
	    color: white;
	    padding-top: 2px \9;
	    font-size: 15px;
	    letter-spacing: 1px;
	    background-color: #38f;
	    border:none;
	    outline: medium;
	    cursor: pointer;
	}
/***************搜索域的样式end******************/

#warningArea {
	width:100%;
	height:30px;
	color:#F00;
	text-align:left;
	line-height:30px;
	padding-left:20px;
	display:none;
}

.text-danger{
	color:#F00;
	padding-left:15px;
}