.modal-body{
	width: auto;
	height: 36px;
	text-align: center;	
	padding: 0 18px;	
	border-radius: 7px;
	position: fixed;
	left: 45%;
	top: -48px;
	background: #FAFAFA;
	transition: all 0.3s;
	border: 1px solid #dcdee2;
	z-index: 99999;
}
.modal-body-msg{
	display: inline-block;
	line-height: 36px;
	font-size: 14px;
	color: #515a6e;
	text-indent: 32px;
	white-space: nowrap;
}
.modal-body-img{
	display: inline-block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 16px;
	top:6px;	
}
.modal-body-success{
	top: 100px;	
}
.modal-body-success>.modal-body-msg{
	color: #19be6b;
}
.modal-body-error{
	top: 100px;	
}
.modal-body-error>.modal-body-msg{
	color: #ed4014;
}
