
span.FontResetPasswordText { color: var(--StandardColor); font-size: var(--FontSizeStandard); line-height: 30px; vertical-align: middle; }
span.FontResetPasswordError { color: var(--ErrorColor); font-size: var(--FontSizeStandard); line-height: 30px; vertical-align: middle; }
div.DivFontResetPasswordError { color: var(--ErrorColor); font-size: var(--FontSizeStandard); }

/* Captcha */
#Form_Captcha_Loading { position: absolute; top: 0px; Left: 0px; width: 200px; height: 72px; border-style: solid; border-width: 1px; background-color: white; }
#Form_Captcha_Loading_Image { position: absolute; top: 2px; Left: 78px; width: 43px; height: 43px; }
#Form_Captcha_Loading_Text { position: absolute; top: 47px; Left: 0px; width: 200px; height: 25px; text-align: center;}

#Form_Captcha_Image { position: absolute; top: 0px; Left: 0px; width: 200px; height: 72px; border-style: solid; border-width: 1px; background-color: white; }

#Form_Captcha_ResetButton { position: absolute; top: 72px; Left: 0px; width: 200px; height: 25px; text-align: center;}
