/* PwWeight - css
 * Version: 1.0 (27/03/2012)
 * Author: rsk
 */
#pwweight_box{
	overflow: hidden;
	clear: both;
	height: 45px;
	position: relative;
}

#red_pw_password {
	float: left;
	display: block;
	height: 45px;
	width:30px;
}

.success{
	padding-top:10px;
	height: 35px;
}
.success i{
	height: 16px;
	width: 16px;
	position: relative;
	background: url(../../images/register/tipicon.png) 0 -32px no-repeat; 
	margin: 0 7px;
	display: inline;
	float: left;
}

.errormt{
	position: absolute;
	z-index: 99;
	margin-top: 5px;
	background: #FFEAEA;
	height: 35px;
	line-height: 35px;
	color: #C00;
	border:1px solid #cccccc; 
	border-radius:3px;
	padding: 0 3px;
	display: block;
}
.errormt i{
	display: inline;
	float: left;
	height: 16px;
	width: 16px;
	position: relative;
	background: url(../../images/register/tipicon.png) 0 -80px no-repeat; 
	overflow: hidden;
	top: 10px;
	margin: 0 3px;
}
.errormt strong{
	float: left;
	font-size: 12px;
	height: 35px;
	font-family: Arial,Helvetica,sans-serif;
}
#tip_content{
	font-size: 12px;
}

#red_pw_password_weight{
	margin-top: 13px;
	width: 110px;
	height: 22px;
	overflow: hidden;
	background:url(../../images/register/pwbg.png) no-repeat;
	display: block;
	color: #666;
}

.pw_weight span {
	background:url(../../images/register/pwbg.png) no-repeat #000;
	width: 105px;
	height: 22px;
	display: block;
	overflow: hidden;
}
.pw_weight span.w0{
	background-position:0 0;
}
.pw_weight span.w1{
	background-position:0 -25px;
}
.pw_weight span.w2{
	background-position:0 -50px;
}
.pw_weight span.w3{
	background-position:0 -75px;
}