.jq-valid-error {
	border: 1px solid red  !important;
}
input.jq-valid-error {
	border: 1px solid red  !important;
}
textarea.jq-valid-error {
	border: 1px solid red !important;
}
select.jq-valid-error {
	border: 1px solid red  !important;
}
label.jq-valid-error {
	background-color: wheat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #EA5200;

	display: block;
	position: absolute;
	float: left;
	left: auto;
	border: 1px solid;
	top: auto;
	z-index: 3;
	margin-left: 30px;
	margin-top: 5px;
	border-radius: 6px;
	min-width: 95px
}
.input-group label.jq-valid-error {
	background-color: wheat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #EA5200;
	display: block;
	position: absolute;
	float: left;
	left: auto;
	border: 1px dotted;
	top: auto;
	z-index: 3;
	margin-left: 30px;
	margin-top: 33px;
	border-radius: 6px;
}
label.checked {
	background: url("./images/checked.gif") no-repeat 0px 0px;
}
input:focus{
	z-index: 4;
	position: relative;
}
textarea:focus{
	z-index: 4;
	position: relative;
}
select:focus{
	z-index: 4;
	position: relative;
}
/*最新
 */
div.jq-valid-error:before {
	content: " ";
	position: absolute;
	width: 0px;
	height: 0px;
	line-height: 0px;/*为了防止ie下出现题型*/
	border-bottom: 7px solid #89b007;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	left: auto;
	left: 6px;
	top: -7px;
	z-index: 3;
}
div.jq-valid-error{

	border-radius:5px;
	-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px;
	position: absolute;
	background: #89b007;
	padding: 3px 5px;
	color: #FFF;
	width: max-content;;
	margin: 7px 0px 0px 15px;
	z-index: 3;
}