﻿ .loginTextbox
        {
            background: url(../images/password1.bmp);
            background-repeat: no-repeat;
        }
        .loginPTextbox
        {
            background: url(../images/password.bmp);
            background-repeat: no-repeat;
        }
        .loginButton
        {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 12px;
        }
        .AMouseHover
        {
            background: url(../images/login-close.png) 0px 11px;
            height: 11px;
            width: 11px;
            display: block;
            text-indent: -99999px;
            float: right;
            vertical-align: middle;
        }
        .ANormal
        {
            background: url(../images/login-close.png);
            height: 11px;
            width: 11px;
            display: block;
            text-indent: -99999px;
            float: right;
            vertical-align: middle;
        }
        .formRow.top
        {
            background-image: url(../images/login-top.png);
            background-repeat: no-repeat;
            vertical-align: middle;
            height: 29px;
        }
        .formRow.top h6
        {
            color: #1E1713;
            font-size: 14px;
            float: left;
        }
        .formRow.top a
        {
            background: url(../images/login-close.png);
            height: 11px;
            width: 11px;
            display: block;
            text-indent: -99999px;
            float: right;
        }
        .formRow.top a:Hover
        {
            background: url(../images/login-close.png) 0px -11px;
        }
        .formRow
        {
            background: url(../images/login-bottom.png);
            padding: 8px 17px 10px;
            font-size: 12px;
            padding-top: 3px;
        }
        .formRow.bottom
        {
            background: url(../images/login-bottom.png) no-repeat;
            font-size: 12px;
        }
        .formRow.bottom1
        {
            background: url(../images/login-bottom.png) bottom left no-repeat;
            font-size: 12px;
        }
        .formRow.bottom a
        {
            float: left;
            padding-top: 3px;
            text-decoration: underline;
        }
        .underline
        {
            text-decoration: underline;
        }
