﻿html, body
{
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    display: table;
    background-color: transparent;
}
.loginBox
{
    position: absolute;
    top: 20px;
    right: 20px;
}
.loginBox div
{
    float: left;
}
.loginBox .username {}
.loginBox .password {}
.loginBox label
{
    display: block;
    margin: 0 0 3px 0;
}
.loginBox .footer
{
    clear: both;
    display: block;
    padding: 3px 0 0 0;
    font-size: 11px;
}
.loginBox .footer .help-link
{
    display: none;
}
.progress
{
    display: none;
    background-color: transparent;
    position: absolute;
    height: 70px;
    width: 400px;
    top: 16px;
    right: 10px;
    text-align: center;
    opacity: 0.65;
    -moz-opacity: 0.65; /* older Gecko-based browsers */
    filter:alpha(opacity=65); /* For IE6+ */
}
.loginBox input.text-field, input.password-field
{
    border: 1px solid #CCC;
    margin: 0 5px 0 0;
}
.loginBox input.submit
{
    width: 40px;
    height: 23px;
    border: none;
    background: #0565A1 url(/App_Themes/Default/images/go.png) no-repeat;
    text-transform: uppercase;
    float: left;
    text-indent: -999999px;
    font-size: 0;
    line-height: 0;
    position: relative;
    top: 16px;
}
.loginBox .help {}
.loginBox .help-icon
{
    width: 24px;
    height: 23px;
    background: #0565A1 url(/App_Themes/Default/images/help.png) no-repeat;
    float: left;
    margin:16px 0px 0px 5px;
}
.loginBox .login-validation
{
    margin-left: -5px;
}
.loginBox .status
{
    margin-right: 5px;
    color: Red;
}