@CHARSET "ISO-8859-1";

#passwordStrengthBox{ height: 25px;	width: 100%; margin-top: 5px; background: #ccc; position: relative;}
#passwordDescription{ line-height:25px;	font-weight: bold; width: 100%; text-align: center; position:absolute;}
#passwordStrength{ height: 25px; }

.strength0	{	width:0%;		background:grey;	}
.strength1	{	width:10%;		background:red;		}
.strength2	{	width:20%;		background:#ff5f5f;	}
.strength3	{	width:40%;		background:orange;	}
.strength4	{	width:60%;		background:yellow;	}
.strength5	{	width:80%;		background:lime;	}
.strength6	{	width:100%;		background:green;	}