.x-form-password-strengthMeter {
    border: 1px solid #b5b5b2;
    background-image: url(../images/password/meter_bg.png);
    background-repeat: no-repeat;
    height: 12px;
    width: 262px;
	z-index:0;
	position: relative;
	clear: left;
	/* left: 27%; */
	left: 260px;
}

.x-form-password-scoreBar {
    background-image: url(../images/password/meter.png);
    background-repeat: no-repeat;
    height: 10px;
    line-height: 1px;
    font-size: 1px;
	height: 12px;
    position: relative;
    width: 0;
	z-index:1;
}