label.error {
  background:url("images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 18px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
  margin-left: 10px;
}


/** 新增 */
label.error, label.valid, label.focus,label.normal {   
	font-size:13px;   
	margin: 0;   
	padding: 4px 0px 4px 20px;
}  
/** 没有tip属性，不显示tip背景图标 */
label.normal[tip] {background:url("../../images/tip.png") no-repeat 0px 5px; color: #999999;}  
label.error {background:url("../../images/danger.png") no-repeat 0px 5px;color: #B52726; }  
label.valid { background:url("../../images/success.png") no-repeat 0px 5px;color: #2666AF; }  
label.focus[tip] { background:url("../../images/tip.png") no-repeat 0px 5px; color: #999999; } 
