.pwdwidgetdiv {width: 270px;}
.pwdfield {display: block;}
.pwdopsdiv {display: block;	float: left; margin-right: 20px;}
.pwdopsdiv a {font-family: Arial, Helvetica, sans-serif; font-size: 12pt;}
.pwdstrengthbar {float: right; background: #cccccc; height:4px; margin: 0; margin-top: 0px;}
.pwdstrength {float: right; height: 30px; width: 150px; margin-top: 5px;}
.pwdstrengthstr {float: right; clear: both; height: 12px; font-family: Arial, Helvetica, sans-serif; font-size: 12pt;}

@media screen and (max-width: 1024px) {
    .pwdwidgetdiv {width:480px;}
    .pwdopsdiv a {font-size: 26pt;}
    .pwdstrengthstr {font-size: 18pt;}
    .pwdstrengthbar {margin-top: 15px;}
}