#msgtip {
	position: absolute;
	top: 40%;
	left: 20%;
	width: 200px;
	line-height: 30px;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

#msgtip i {
	display: inline-block;
	background-position: 0 -263px;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	position: relative;
	top: 2px
}

.icontip{
    background: url(../images/icon.png) no-repeat;
    background-size: 60px auto
}