﻿        .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;
           
        }
        .formRowlogin.top
        {
            background-image: url(/images/login-top.png);
            background-repeat: no-repeat;
            vertical-align: middle;
            height: 29px;
        }
        .formRowlogin.top h6
        {
            color: #1E1713;
            font-size: 14px;
            float: left;
        }
        .formRowlogin.top a
        {
            background: url(/images/login-close.png);
            height: 11px;
            width: 11px;
            display: block;
            text-indent: -99999px;
            float: right;
        }
        .formRowlogin.top a:Hover
        {
            background: url(/images/login-close.png) 0px -11px;
        }
        .formRowlogin
			{
            background: url(/images/login-bottom.png);
            padding: 8px 17px 10px;
            font-size: 12px;
            padding-top: 3px;
			}
        .formRowlogin.bottom
			{
            background: url(/images/login-bottom.png) no-repeat;
            font-size: 12px;
			}
        .formRowlogin.bottom1
        {
            background: url(/images/login-bottom.png) bottom left no-repeat;
            font-size: 12px;
        }
        .formRowlogin.bottom a
        {
            float: left;
            padding-top: 3px;
            text-decoration: underline;
        }
        .underline
        {
            text-decoration: underline;
        }
