﻿@charset "utf-8";
/* CSS Document */
.ZH_WYHH_tips {
	background-color: #FFF;
	height: 146px;
	width: 256px;
	padding-top:15px;
	border: 1px solid #A8A8A8;
	border-radius:5px;
	box-shadow:5px 5px 5px #eee;
	position: fixed;
	left: 42%;
	top: 30%;
}
.ZH_WYHH_tips *{
	padding:0;
	margin:0;
	list-style:none;
	text-decoration:none;
	background-color:transparent;
	height:auto;
	width:auto;	
}

.ZH_WYHH_tips a.btn_close{
	background: url(../img/btn_close_2_1.png) no-repeat;
	height: 20px;
	width: 20px;
	right:0px;
	top:8px;
	display: block;
	position: absolute;
	cursor: pointer;
	border:none;
	z-index:1001;
}
.ZH_WYHH_tips a.btn_close:hover {
	background: url(../img/btn_close_2_2.png) no-repeat;
}
.ZH_WYHH_tips *{
	text-align: center;
	font-family:"微软雅黑";
	color:#FF0000;
	font-weight:normal;
	padding:0;
	margin:0;
}
.ZH_WYHH_tips h1{font-size:24px; margin:25px auto 15px auto;}
.ZH_WYHH_tips h2{font-size:14px; font-weight:normal }

.ZH_WYHH_tips .ZH_WYHH_tips_dialing h1{ color:#333333; margin:5px auto;}
.ZH_WYHH_tips .ZH_WYHH_tips_dialing h2{ color:#7D7D7D }

.ZH_WYHH_tips i.dialing{
	background:url(../img/dialing.gif);
	height:54px;
	width:96px;
	display:block;
	margin:0px auto;
}


