@charset "utf-8";
*{
	margin:0;
	padding:0;
	font-family:"宋体";
	font-size:12px;
	color:#000;
}
.TipOut{
	position:absolute;
	top:0;
	left:0;
	width:expression(document.body.clientWidth);
	height:expression(document.body.clientHeight);
	background:#ccc;
	filter: Alpha(Opacity=50);
	-moz-opacity:0.62;
	opacity: 0.62;
}
.TipBox{
	width:357px;
	height:auto !important;
	min-height:430px;
	height:430px;
	margin:0 auto;
	background:#FFF;
	border:#b3b3b3 solid 8px;
}
.Title{
	height:27px;
	margin:1px;
	border:#8fb9d0 solid 1px;
	background:url(../images/TipBg.gif) repeat-x;
}
.Title h1{
	float:left;
	margin-top:8px;
	margin-left:10px;
	font-size:13px;
}
.Title .CloseButton{
	width:14px;
	height:14px;
	float:right;
	margin-top:6px;
	margin-right:10px;
	background:url(../images/TipCloseButton.gif) no-repeat;
}
.Content{
	margin:16px 0;
	padding:0 32px;
}
.Content p{
	line-height:32px;
}
.MessageBox{
	width:296px;
	height:220px;
	border:#b3b3b3 solid 1px;
}
.ButtonBox input{
	width:68px;
	height:25px;
	margin-top:14px;
	border:0;
	background:url(../images/TipButton.gif) no-repeat;
}