.minifont {
font-family:Arial,Helvetica;
font-size: 1px;
color: #000;
line-height: 1px;
}

/* PasswordStrength */
.graph { 
position: relative; /* IE */
width: 180px;
padding: 0px;
height:5px;
margin:1px;
border:1px solid #ccc;
}

* html .graph {
 widt\h: 182px;
}
 
.graph .bar { 
display: block;
position: relative;
background-color: #EEE;
background: url(../images/pwbar.jpg) no-repeat;
opacity: 0.70;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
text-align: left; 
height: 5px;


}
 
.graph .bar span { 
position: absolute;
left: 0;
}
