.Validform_checktip {
	height: 20px; color: rgb(153, 153, 153); line-height: 20px; overflow: hidden; padding-left: 25px; font-size: 12px;
}
.Validform_right {
	background: url("../new_pic/right.png") no-repeat left; color: rgb(113, 184, 61);
}
.Validform_wrong {
	background: url("../new_pic/error.png") no-repeat left; color: red; white-space: nowrap;
}
.Validform_loading {
	background: url("../new_pic/onload.gif") no-repeat left;
}
.Validform_error {
	border: 1px solid rgb(204, 204, 204); border-image: none; background-color: rgb(255, 231, 231);
}
#Validform_msg {
	background: rgb(255, 255, 255); font: 12px/1.5 tahoma, arial, ËÎÌå, sans-serif; top: 0px; width: 280px; right: 50px; color: rgb(125, 130, 137); display: none; position: absolute; z-index: 99999; font-size-adjust: none; font-stretch: normal; -webkit-box-shadow: 2px 2px 3px #aaa; -moz-box-shadow: 2px 2px 3px #aaa;
}
#Validform_msg .iframe {
	left: 0px; top: -1px; position: absolute; z-index: -1;
}
#Validform_msg .Validform_title {
	padding: 0px 10px; height: 35px; text-align: left; color: rgb(255, 255, 255); line-height: 35px; font-weight: bold; position: relative; background-color: rgb(255, 153, 0);
}
#Validform_msg a.Validform_close:link {
	top: 0px; right: 8px; color: rgb(255, 255, 255); line-height: 22px; text-decoration: none; position: absolute;
}
#Validform_msg a.Validform_close:visited {
	top: 0px; right: 8px; color: rgb(255, 255, 255); line-height: 22px; text-decoration: none; position: absolute;
}
#Validform_msg a.Validform_close:hover {
	color: rgb(204, 204, 0);
}
#Validform_msg .Validform_info {
	border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(255, 153, 0) rgb(255, 153, 0); padding: 15px; border-image: none; text-align: left;
}
.inputxt {
	padding: 4px 2px; border: 1px solid rgb(165, 174, 182); border-image: none; width: auto;
}
.validform textarea {
	padding: 4px 2px; border: 1px solid rgb(165, 174, 182); border-image: none; width: auto;
}
