﻿
#passwordStrengthlabel
{
	font-size:11px;
}


#passwordDescription
{
	font-size:11px;
}
#passwordStrength
{
	height:10px;
	display:block;
	float:left;
	font-size:12px;

}

.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;
}


.style1 {
	text-align: right;
}


.style2 {
	border-left-color: #ACA899;
	border-right-color: #C0C0C0;
	border-top-color: #ACA899;
	border-bottom-color: #C0C0C0;
	padding: 1px;
}

.noborder 
{
	border:0px;
	color:red;
	width:370px;
}


