/*alert_error.html css*/
#wrap_error{
	margin:auto;
	height:200px;
	width:500px;
	margin-top:150px;
	background:url(../images/bg_error.png) no-repeat center;
	text-align:left;
}
#msg_title{
	height:25px;
	line-height:25px;
	margin:0 0 0 10px;
	font-weight:bold;
	color:#2A66A2;
}
#msg_error{
	margin:72px 30px 0 150px;
	font-size:16px;
}