/*-----------------Layout Set-------------------*/
*{ margin: 0; padding: 0;}
body{
	background: #F0F0F0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #666;
}
a{
	color: #555;
	text-decoration: none;
	outline: none; /* for Firefox */
 	hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
a:hover, a:active{
	text-decoration: underline;
	color: #E65931;
}
/*----Setting----*/
/*Clear*/
.clearfix:after { 
	content: "";
	display: block;
	clear: both;
}
.clearfix { zoom: 1; }
/*Float*/
.floatL {float: left;}
.floatR {float: right;}
/*Set Main Width to 1010px*/
.wrap_width {
	width: 800px;
	height:43px;
	margin: 0 auto;
}
/*-----------------Header Set-------------------*/
#header{
	width: 100%;
	border-top: 2px solid #E65931;
	border-bottom: 1px solid #A8A8A8;
	background: #fff url(/frontend_images/bg_header.jpg) repeat-x;
	box-shadow:0 2px 0 rgba(0,0,0,0.1);
}
	h1#logo{
		float: left;
		width: 83px;
		height: 20px;
		background: url(/frontend_images/Index_Sprite.jpg) no-repeat 0 0;
		font-size: 0;
		text-indent: -99999px;
		margin-top: 11px;
	}
	h1#ch_logo{
		float: left;
		width:105px;
		height:37px;
		background: url(/frontend_images/great_wall.gif) no-repeat 0 0;
		font-size: 0;
		text-indent: -99999px;
		margin-top: 3px;
	}
/*-----------------Dialog Set-------------------*/
.dialog_wrap{
    width: 700px;
	margin:40px auto 10px auto;
	background-color:#fff;
    border-bottom: 10px solid #ccc;
}
.dialog_wrap h3{
	font-size: 24px;
	background-color:#e65931;
	color: #fff;
	line-height: 31px;
	padding: 10px 20px;
}
.icon_notice{
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	background: url(/frontend_images/Index_Sprite.jpg) no-repeat -265px -66px;
	margin-right: 8px;
}
.dialog_content{
	margin: 20px 20px 0;
	font-size: 15px;
	line-height: 24px;
	color: #202020;
	border-bottom:2px solid #eee;
}
	.dialog_content p{margin: 0 0 15px;}
	.remark{
		background-color: #EEEBDF;
		padding: 5px 10px;
		margin-bottom: 15px;
		color: #555;
	}
	.remark .remark_title{
		margin: 0 0 5px;
		border-bottom: 1px solid #ccc;
	}
	.remark_list{
		padding-left: 24px;
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 8px;
	}
	.remark_list li{margin-bottom: 5px;}
	.remark_list ol,
	.remark_list ul{margin: 8px 0 20px 20px;}
	.remark_list li li{list-style-type: lower-alpha;}
.red_color{color: #FF0000!important;}
.dialog_btn{
	width: 560px;
	margin: 20px auto 20px;
}
.btn{
	display: block;
	margin: 0 auto;
	width: 150px;
	text-align: center;
	background: url(/frontend_images/bg_btn.jpg) repeat-x;
    background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(238,238,238) 100%);
    border:1px solid #aaa;
    box-shadow:0 2px 0 rgba(0,0,0,0.15);
    color: #444;
    line-height: 26px;
    cursor: pointer;
    border-radius: 5px;
}
.btn:hover{
    background: linear-gradient(to bottom, rgb(238,238,238) 0%,rgb(255,255,255) 100%);
    text-decoration: none;
}
.footer{
	text-align:center;
	font-size:15px;
	color:#aaa;
}