﻿#passwordStrength
{
	height:10px;
	display:block;
	float:left;
}

.strength0
{
	width:250px;
	background:#cccccc;
}

.strength1
{
	width:50px;
	background:#ff0000;
}

.strength2
{
	width:100px;	
	background:#ff5f5f;
}

.strength3
{
	width:150px;
	background:#56e500;
}

.strength4
{
	background:#4dcd00;
	width:200px;
}

.strength5
{
	background:#399800;
	width:250px;
}
.Desc0
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	font-weight:normal;
}
.Desc1
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	font-weight:normal;

}

.Desc2
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff5f5f;
	font-weight:normal;	
}

.Desc3
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #56e500;
	font-weight:normal;	
}
.Desc4
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4dcd00;
	font-weight:normal;	
}
.Desc5
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #399800;
	font-weight:normal;	
}