﻿form.csform1form1 label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	
	font-style: "宋体",Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-left: 10px;
	width: auto;
	display:inline-block;
	background: url(../images/onError.jpg) no-repeat 2px 4px scroll #FFEAEA;
    border: 1px solid #E5C3C4;
    border-radius: 3px 3px 3px 3px;
    color: #CC0000;
    height: 25px;
    line-height: 25px;
    padding: 0px 3px 0px 20px;
	
}/*margin:四个参数值，将按上－右－下－左的顺序作用于四边;*/

