@CHARSET "UTF-8";

.motify {
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 10px;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	border-radius: 3px;
	opacity: 0.9;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%); /* IE 9 */
	-moz-transform: translate(-50%,-50%); /* Firefox */
	-webkit-transform: translate(-50%,-50%); /* Safari 和 Chrome */
	-o-transform: translate(-50%,-50%);
	text-align: center;
}
.motify i.show_type{
	width: 25px;
	height: 25px;
	display: block;
	margin: 10px auto 5px auto;
}
.motify i.warning{
	background: url(../images/show_warning.png) no-repeat center;
	background-size: 25px;
}
.motify i.success{
	background: url(../images/show_success.png) no-repeat center;
	background-size: 25px;
}
.motify i.error{
	background: url(../images/show_error.png) no-repeat center;
	background-size: 25px;
}
.motify .motify-inner {
	padding: 5px 10px;
	text-align: center;
	word-wrap: break-word;
}