/* CSS Document */

	/* tipo de senha */
    #descricaoGrau{   font-size: 12px;	 }
    #grauSenha {  height:10px; display:block; }
    #bordaSenha{  width: 144px;   height: 10px;   border: 1px solid black;}
    .grau0{ width:144px;background:#cccccc; }
    .grau1{width:40px;background:#ff0000;}
    .grau2{width:60px;	background:#ff5f5f; }
    .grau3{width:80px;background:#56e500; }
    .grau4{background:#4dcd00; width:100px;}
    .grau5{background:#399800;width:144px;}


