﻿#password_description
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size : 12px;
    color: #FFFFFF;	
	line-height: 21px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 0px;
	font-weight: bold;  
}

div#password_strength
{
	height: 5px;
	display: block;
	font-size : 10px;
}

div#password_strength_border
{
	width: 140px;
	height: 5px;
	border: 1px solid YELLOW;
}

.strength0
{
	width:20px;	
	background:pink;
}

.strength1
{
	width:40px;
	background:#ff0000;
}

.strength2
{
	width:60px;	
	background:#ff5f5f;
}

.strength3
{
	width:80px;
	background:#56e500;
}

.strength4
{
	background:#4dcd00;
	width:100px;
}

.strength5
{
	background:#399800;
	width:140px;
}