@charset "utf-8";
/* CSS Document */
.form_wrap label {
	color:#333333;
	float:left;
	font-size:16px;
	font-weight:bold;
	line-height:1.6em;
	margin-right:10px;
	text-align:right;
	width:120px;
}

.error { 
	float:left;
	background:url(../images2/tip_bg.gif) 100% no-repeat ;
	background-position:0 -60px;
	color: #801B1B;
	}
.error2 { 
	float:left;
	background:url(../images2/tip_bg.gif) 100% no-repeat ;
	background-position:0 -120px;
	color: #801B1B;
	}
.error-outer {
	background:url(../images2/tip_bg.gif) 100% -90px no-repeat;
	float:left; 
	}
.error-inner {
	float:left;
	height:30px;
	line-height:31px;
	margin:0;
	overflow:hidden;
	padding:0 10px 0 20px;
	white-space:nowrap;
	}
.valid { background:transparent url(../images2/Login/email_02.jpg) no-repeat 5px 0px;);
	border: none;
	float:left;
	padding-left: 20px;width: 35px;}
.clear_error {background:transparent url(""); border:none; width: 0px; height: 0px;line-height: 0px; padding-left: 0px;}
.warn {
	float:left;
	background:url(../images2/tip_bg.gif) 100% no-repeat ;
	background-position:0 -0px;
	color: #999999;
}
.warn-outer {
	background:url(../images2/tip_bg.gif) 100% -30px no-repeat; 
	}
.warn-inner {
	height:30px;
	line-height:31px;
	margin:0;
	overflow:hidden;
	padding:0 10px 0 20px;
	white-space:nowrap;
	}

.errorMessage{
	color:red;
	font-size:14px;
	font-weight:bold;
	line-height:200%;
	margin-left:5px;
}
.errormessage {
	color:red;
	font-size:14px;
	font-weight:bold;
	line-height:200%;
	margin-left:85px;
}

