/* CSS Document */
.layer_box {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 333333333;
	background-color: #000;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.clear {
	clear: both;
}
.hy_common {
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.hy_box {
	display: none;
	width: 360px;
	height: auto;/*190px*/
	/*padding: 5px 4px 5px 5px;*/
	position: fixed;
	/*background-image: url(bg_info.jpg);*/
	z-index: 1000000000;
	border-radius: 4px;
	overflow: hidden;
}
.hy_body {
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.hy_header {
	padding: 7px 7px;
	text-align: right;
	background-color:#f0f0f0; /*54a1e5*//*new add*/
}
.hy_header .hy_icon_smile{
	display:block;
	width:27px;
	height:27px;
	float:left;
	background-image: url(smile.jpg);
	display: none;/*new add*/
}
.hy_header .hy_icon_email{
	display:block;
	width:45px;
	height:30px;
	float:left;
	background-image: url(message.png);
	margin:5px 0px 0px 5px;
}
.hy_header .hy_tip{
	/*color:#fff;*/
	color:#666;
	float:left;
	margin:4px 0px 0px 10px;
}
.hy_header .hy_tip_email{
	color:#fff;
	float:left;
	margin:7px 0px 0px 10px;
}
.hy_header .iclose {
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(close.png);
	float: right;
	cursor: pointer;
}
.hy_header .iclose:hover {
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.hy_content {
	height: auto;/*80px*/
}
.hy_info {
	width: 100%;
	text-align:center;
	color: #666;
}
.hy_info_detail {
	/*font-size: 0.9em;*/
	line-height: 22px;
	letter-spacing:1px;
	padding:25px 10px 13px 10px;
}
.hy_info_detail a{
	color:#1e9ffa;
}
.hy_info_detail a:hover{
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-decoration:underline;
}
.hy_footer {
	height:70px;
	margin-top: 6px;
	text-align: center;
	background: #f8f8f8 url(wave.png) no-repeat;
	background-size:100% 12px;
}
.hy_footer .hy_btn {
	width: 80px;
	height: 30px;
	/*color: #1e9ffa;
	background: url(btn_bg.png) repeat-x;
	border: 1px solid #1e9ffa;*/
	border:none;
	outline:none;
	border-radius: 3px;
	margin: 25px 0px 0px 20px;
	cursor: pointer;
	font-size:13px;
}
.hy_footer .hy_btn:first-child{
	margin-left:0px;
}
.hy_btn:hover {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.hy_btn_blue{
	color:#fff;
	background-color:#4599e2;
	/*color:#444;
	border:1px solid #d8d8d8 !important; !*new add*!
	background-color:#e5e3e4;!*new add*!*/
}
.hy_btn_gray{
	color:#444;
	border:1px solid #d8d8d8 !important; /*new add*/
	background-color:#e5e3e4;
}

