﻿ /* STYLES FOR HINT */
.hint
{
	display: none;
	position: absolute;
	border: 1px solid #c93;
	padding: 5px;
	left:13px;
	top:-15px;
	margin-right:25px;
	background-color: #ffc;
	width: 200px;
}
.hint .hint-pointer
{
	position: absolute;
	left: -10px;
	top: 5px;
	width: 10px;
	height: 19px;
	background: url( '../images/pointer.gif' ) left top no-repeat;
}

/* STYLES FOR PASSWORD STRENGTH*/
#passwordStrength
{
        height:10px;
        display:block;
        float:left;
        margin-top:3px;

}
#passwordDescription
{
	           margin-left:10px;
	           width:180px;
	           float:left;
}
.strength0
{
        width:200px;
        
}
.strength1
{
        width:40px;
        background:#ff0000;
}
.strength2
{
        width:80px;    
        background:#ff5f5f;
}
.strength3
{
        width:120px;
        background:#56e500;
}
.strength4
{
        background:#4dcd00;
        width:160px;
}
.strength5
{
        background:#399800;
        width:200px;
}

