.form_tips p{
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px;
	padding: 4px 8px 4px 18px;
	border-radius: 4px;
	font-size: 1.4em;
	line-height: 1.2;
	display: inline-block;
}
.onShow{
    background-image: url(../images/onshow.gif);
}
.onFocus{
    background-image: url(../images/onfocus.gif);
	background-color: #E9F0FF;
}
.onError{
    background-image: url(../images/onError.gif);
	background-color: #FFF2E9;
}
.onCorrect{
    background-image: url(../images/onCorrect.gif);
	background-color: #E9FFEB;
}
.onLoad{
    background-image: url(../images/onLoad.gif);
	background-color: #E9FFEB;
} 