﻿body
{
    font-family: Arial, Verdana;
    font-size: 9pt;
    margin: 0px auto;
    text-align: center;
    background-image: url('images/Admin_Login_Bg.jpg');
    background-repeat: repeat-x;
    background-color: #12517c;
}
#conash3D0
{    
    display:none;
    }    
.divContainer
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.divTopHead
{
    width: 100%;
    height: 151px;
    text-align: center;
    background-color: #fe9917;    
}
.divLogo
{
    float: left;
    width: 29%;
    margin-top: 10%;
    margin-right: 2%;
    text-align:right;
}
.divLogin
{
    margin: 6% auto 0px auto;
    width: 399px;
    float: left;
}
.divLoginTop
{
    width: 384px;
    background-image: url('images/Admin_Login_Top.gif');
    background-repeat: no-repeat;
    height: 21px;
    color: White;
    text-align: left;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 15px;
}
.divLoginCtrls
{
    background-position: center;
    width: 399px;
    background-image: url('images/Admin_Login_Middle.gif');
    background-repeat: repeat-y;
    color: White;
}
.divBottom
{
    margin-top: 9%;
    width: 90%;
    color: White;
    font-size: 10pt;
    padding-left: 10%;
    text-align: left;
    float: left;
}
a
{
    text-decoration: none;
    color: White;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline;
    color: White;
    font-weight: bold;
}
.logoImg
{
    padding-right: 15px;
}