@charset "utf-8";
/* CSS Document */

/*等待提示?***********/
.waitWeb {
	width: 337px;
	background-image: url(images/waitBg.jpg);
	background-repeat: repeat-x;
	background-position: left 27px;
}
h3 {
	background-image: url(images/waitTitle.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	height: 26px;
	line-height: 26px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-indent: 10px;
}
.tips {
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	height: 80px;
	text-indent: 75px;
	line-height: 40px;
	color: #014eb8;
	padding-top: 25px;
	background-position: 20px 26px;
	border: 1px solid #7998b7;
	padding-bottom: 5px;
}
.rightBtn
{
	text-align: right;
	padding: 0px;
	margin-right: 15px;
	vertical-align: middle;
}


