    
    .pwd_strength {
      float: left;
    }
    
    .pwd_strength .label {
      font-size:11px;
      font-family:arial;        
    }
    
    .pwd_strength .text {
      font-size:11px;
      font-family:arial;
      font-weight: bold;        
    }
    
    .pwd_strength_panel {
      width: 170px;    
      background-color: #cecece;
      height: 6px;
      font-size: 1px;
      Margin-top: 2px;    
    }

    .pwd_strength_panel .peak {
      background-color: #cecece;
      width: 150px;
      height:6px;
    }
    
    .weak {
      background-color: red;
      width: 50px;
      height: 6px;
    }