.password_bar {
	width: 100%;
	height: 26px;
	/*background: #FEFEFF;*/
	background: #FEFEFF;
	background: #F1F1F5;
	/*margin: 1px 0px;*/
	
	border: solid 1px #ececed;
	border: solid 1px #e1e1e2;
	
	border-radius: 6px;
}

.password_strength {
	width: 0%;
	height: 26px;
	
	background: #49e155 url(../images/body/progressBar.png) top right repeat-y;
	
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	
	text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px;
	
	text-align: right;
}

/*.pass_state01 {
	background-image: url("password_strength/strength_1.gif");
}

.pass_state02 {
	background-image: url("password_strength/strength_2.gif");
}

.pass_state03 {
	background-image: url("password_strength/strength_3.gif");
}

.pass_state04 {
	background-image: url("password_strength/strength_4.gif");
}*/