#fx_alert_area{
	display:none;
	width:inherit;
	height:inherit;
	position:absolute;
	z-index:20;
}
.fx_alert_area_{
	width:inherit;
	height:inherit;
	vertical-align:middle;
	display:table-cell;
}
#fx_alert{
	margin: 0px auto;
	text-align:center;
	border:1px solid #dedede;border-radius:5px;
	background-color:#FFF;
}
.showAlert{
	overflow:hidden;
}

#fx_alert_head{width:inherit;height:32px;line-height:32px;border-bottom:1px solid #dedede;background:#f3f3f3}
#fx_alert_head h2{float:left;padding-left:15px;font-size:14px;color:#3e3e3e;}
#fx_alert_head a{float:right;padding-right:10px;font-size:18px;}
#fx_alert_head a:hover{color:#444;}

#fx_alert_main{
	width:inherit;
	display:table-cell;
	vertical-align:middle;
	line-height:30px;
}
#fx_alert_foot{width:inherit;height:80px;display:table-cell;vertical-align:middle;}
#fx_alert_foot .tanchu_btn{float:right; position:relative;bottom:0px;top:20px;}
#fx_alert_foot .tanchu_btn01,#fx_alert_foot .tanchu_btn02{border-radius:5px;float:right;display:block; text-align:center;line-height:30px;color:#fff;width:60px; text-align:center;margin-right:15px;border:0;cursor:pointer;}
#fx_alert_foot .tanchu_btn01{background:#4787ed;}
#fx_alert_foot .tanchu_btn02{background:#c3c3c3;}
.fx_alert_background{width:100%;height:inherit;background: #000;position:absolute;z-index:10;filter:alpha(opacity=50);opacity:0.5; }
.fx_alert_comm{width:400px;height:202px;}
.fx_alert_main_comm{height:100px;}