@charset "UTF-8";
.mainsub{
	/* width:1030px; */
	width:1100px;
	height: auto;
	margin:0px auto;
	position: relative;
	top:-15px;
}
.searchtip li{
	float: left;
}
#searchlable li{
	cursor: pointer;
	/*margin-right: 2px;*/
}
#searchlable .active{
	background:  rgb(70,137,180);
	border-radius: 2px 2px 2px 2px;
}
#searchlable .active p{
	background:  rgb(70,137,180);
	color: white;
}
#searchlable .normal{
	background:  rgb(230,230,230);
	border-radius: 2px 2px 2px 2px;
}
#searchlable .normal p{
	background: rgb(230,230,230);
	color: rgb(0,0,0);
}
.SearchTitle a{
	text-decoration:none;
}
.SearchTitle{
	font-size:17px;
	font-weight: bold;
	width: 242px;
	text-align: center;
	margin: 0px 1px;
	background-color: white;
	padding: 7px 0px;
	border-radius: 3px;
	text-decoration:none;
	/*position: absolute;
	top:6px;
	*/
}

.none {
	display:none;
}

.sfe{
	border: 2px solid rgb(70,137,180);
	border-radius: 3px;
	position: relative;
	margin: 0px 0px 10px;
	padding: 25px 25px 20px 25px;
}
.sfe{
	background: rgb(245,245,245);
}

.sfe b{
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 18px;
}
.form_control1{
	width:200px;
	height:32px;
	font-size: 16px;
	border:2px solid #ccc;
	border-radius: 4px;
	padding:0 6px;
	cursor: pointer;
}
.form_control2{
	height:32px;
	width: 270px;
	font-size: 16px;
	border:2px solid #ccc;
	border-radius: 3px;
	padding:0 6px;
	cursor: text;
}
.ck{
	font-size: 16px;
	padding: 0 6px;
}
.button{
	font-size: 16px;
	margin:2px 35px;
	font-weight: bold;
	padding: 4px 10px;
	border-radius: 11px;
	cursor: pointer;
	background-color:rgb(255,255,255);
}
.form_control4{
	height:32px;
	width: 115px;
	font-size: 16px;
	border:2px solid #ccc;
	border-radius: 4px;
	/*padding:0 6px;*/
	text-align:center;
	cursor: text;
}
.eg{
	display: inline;
	font-size: 15px;
	color: red;
	text-decoration: none;
	cursor:pointer;
}
.form_control2 b{
	font-size: 15px;
}

.note {
    border: 2px solid rgb(70,137,180);
    border-radius: 3px;
    position: relative;
    margin: 40px 0px 0px;
    padding: 40px 0px 0px;
}
#notetitle {
    width: 166px;
    background: rgb(70,137,180);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 12px;
    padding: 5px 20px;
    position: absolute;
    top: -22px;
    left: 15px;
    color: rgb(255,255,255);
}
.note{
	background: rgb(245,245,245);
	padding:20px;
	text-align: justify;
}
#searchnote{
	padding: 10px;
	margin-right: 20px;
}
#searchnote li{
	list-style-type:circle;
	color: rgb(70,137,180);
	position: relative;
	left:20px;
}
#searchnote span{
	font-family: arial,helvetica,clean,sans-serif;
	color: rgb(0,0,0);
	font-size: 16px;
	line-height: 24px;
}
#quote{
	position: relative;
	top:2.3px;
}
#moreInfo{
	margin:0px 20px 10px 40px;
	padding: 5px;
	background: white;
	-webkit-box-shadow: 0px 0px 2px rgb(70,137,180);
	-moz-box-shadow: 0 0 2px rgb(70,137,180);
}
#moreInfo p{
	margin-left: 10px;
	font-size:15px;
	line-height:25px;
	color: rgb(0,0,0);
	border-radius: 3px;
}