﻿/*验证字段提示信息样式*/
.objCheckMessage {
	color:#006;
	margin:4px 4px 4px 2px;
	padding:2px 10px 2px 10px;
	border: 1px solid #e60012;
	background-image:url(./Managment/_Style/Images/Control/daring.gif);
	background-repeat: no-repeat;
	background-position:5px 1px;
	background-color: #fabe00;
	text-align:left;
	line-height:14px;
	position:absolute; 
}
.objCheckMessageErr {
	color:#006;
	margin:4px 4px 4px 2px;
	padding:2px 10px 2px 10px;
	border: 1px solid #e60012;
	background-image:url(./Managment/_Style/Images/Control/daring.gif);
	background-repeat: no-repeat;
	background-position:5px 1px;
	background-color: #fabe00;
	text-align:left;
	line-height:14px;
	position:absolute; 
	width:auto;
}
