﻿.strengthIndicator
{
	margin-top:2px;
    margin-left: 10px;
    height: 20px;
    width: 100px;
    position:absolute;
}
.shortPass
{
    background: url(/eSales/Content/images/PasswordTooShort.gif) no-repeat 0 0;
}
.weakPass
{
    background: url(/eSales/Content/images/PasswordWeak.gif) no-repeat 0 0;
}
.goodPass
{
    background: url(/eSales/Content/images/PasswordGood.gif) no-repeat 0 0;
}
.strongPass
{
    background: url(/eSales/Content/images/PasswordStrong.gif) no-repeat 0 0;
}
.ConfirmationTextbox .passwordStrength
{
	margin-left: 36px;
}
.ConfirmationTextbox .passwordStrengthConfirm
{
	margin-left: 36px;
}