.pwdwidgetdiv
{
	width:220px;
    float:left;
	display:inline-block;        
}
.pwdfield
{   
	height:40px;
    float:left;
	display:inline-block;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    padding: 4px;
    width: 210px;
    
}
.pwdopsdiv
{
	display: block;
	float: left;
	margin-right:6px;	
}
.pwdopsdiv a
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px; 
}

.pwdstrengthbar
{
	float:right;
	background:#cccccc;
	height:4px;
	margin:0;

}

.pwdstrength
{
	float:right; 
	height:25px;
	width:115px;
	margin-top:3px;

}
.pwdstrengthstr
{
    float:right;
	clear:both;
    height:25px;
	margin-top:0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px; 

}
.useless
{
	display:none;
}
.lblwwrequirements
{
	margin-left:7.5px;
}
#checkHead, #checkChar, #checkDec, #checkNum {
	display:none;
}