@charset "utf-8";
/* CSS Document */

/**********************错误提示***************************/
.onError{
	background:url(../images/on_error.png) no-repeat;
	width:219px;
	height:16px;
	color:#fff;
	font-size:11px;
	padding-top:5px;
	padding-left:5px;
	line-height:15px;
	overflow:hidden;
	position: absolute;
}

.onShow{
	position: absolute;
	width:219px;
	height:16px;
	font-size:11px;
	padding-top:5px;
	padding-left:5px;
	line-height:15px;
	overflow:hidden;
}
.onFocus{
	background:url(../images/on_error.png) no-repeat;
	position: absolute;
	width:219px;
	height:16px;
	font-size:11px;
	color:#fff;
	padding-top:5px;
	padding-left:5px;
	line-height:15px;
	overflow:hidden;
}
.onSuccess{
	position: absolute;
	width:219px;
	height:16px;
	font-size:11px;
	padding-top:5px;
	padding-left:5px;
	line-height:15px;
	overflow:hidden;
}