﻿.alpha{
	position:fixed;
	top:0;
	left:0;
	z-index:10000001;
	width:100%;
	height:100%;
	background:#000;
	border:0;
	display:none;
	filter:alpha(opacity=15);
	opacity:.15;
}
.alert_box{
	position:fixed;
	z-index:10000002;
	overflow:hidden;
	padding:0;
	top:0;
	margin:0;
	border:4px solid rgba(0,0,0,.1);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	left:50%;
	top:50%;
	margin-left:-207px;
	margin-top:-202px;
	display:none;
}
.alert_warp{
	border:1px solid #c4c4c4;
	width:410px;
	height:140px;
	background:#fff;
}
.alert_title{
	height:31px;
	padding:0 10px;
	background:#f5f5f5;
	line-height:31px;
	font-family:arial,"b8bf53";
	font-size:14px;
	font-weight:700;
	color:#333;
}
.alert_close{
	display:block;
	position:absolute;
	z-index:100000;
	top:5px;
	right:10px;
	overflow:hidden;
	width:21px;
	height:21px;
	background:url("../Images/thickbox_close.png") no-repeat 0 0;
	font-size:0;
	line-height:100px;
	cursor:pointer;
}
.alert_con{padding:10px;}
.alert_tips {
  position: relative;
  padding-top:15px;
  width: 100%;
}
.alert_tips h2 {
  color: #090;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding-left: 70px;
}
.alert_tips p {
  padding-left: 70px;
}
.alert_tips em {
  color: #999;
}
.alert_tips p a {
  color: #005ea7;
}
.alert_state1{
	background: url("../Images/state1.png") no-repeat scroll 10px;
}
.alert_state2{
	background: url("../Images/state2.png") no-repeat scroll 10px;
}
.alert_state3{
	background: url("../Images/state3.png") no-repeat scroll 10px;
}