@charset "utf-8";

.alert_fullbg {
	height:100%;
	width:100%;
	top:0;
	left:0;
	position:fixed;
	_position:absolute;
	z-index:100000;
	filter:alpha(opacity=40);
	opacity:0.2;
	background-color:#000;
	_filter:alpha(opacity=100);
	_background-color:none;
	_filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
	_top:expression(eval(document.documentElement.scrollTop))
}
.alert_bg {
	position:absolute;
	top:400px;
	left:-1000000px;
	padding:6px 6px 6px 6px;
	height:auto;
	overflow:hidden;
	background:rgba(253,112,28,0.6) none repeat scroll 0 0 !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#642355bb,endColorstr=#6400097f);
	z-index:100009
}
.alert_bg
.alert_box {
	border:1px solid #2355bb;
	height:auto;
	overflow:hidden
}
.alert_bg .alert_box
.alert_top {
	height:36px;
	width:480px;
	background:#e2e9f7;
	text-indent:21px;
	font-size:14px;
	color:#4C8D44;
	line-height:36px;
	font-weight:bold
}
.alert_bg .alert_box .alert_top
span {
	float:left
}
.alert_bg .alert_box .alert_top a,.alert_bg .alert_box
.close {
	height:23px;
	width:62px;
	background:url("../images/alert_total.gif") no-repeat -146px -38px;
	display:block;
	float:right;
	margin-top:10px;
	margin-right:10px;
	font-size:12px;
	_margin-right:5px;
	font-weight:normal;
	color:#333;
	text-decoration:none;
}
.alert_bg .alert_box .alert_top a:hover,.alert_bg .alert_box a.close:hover {
	background-position:-164px -38px
}
.alert_content {
	background-color:#e2e9f7;
	font-size:14px;
	width:430px;
	height:auto;
	overflow:hidden;
	line-height:210%;
	padding:10px 20px 50px 30px;
	color:#333333;
	font-family:verdana,Arial, Helvetica, sans-serif,宋体;
}
