﻿body.login
{
    background: none !important;
    font-family: 'Segoe UI', Arial, Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 13px; 
    /*line-height: 150%;*/
    margin: 0px;
    padding: 0px;
}

body.login div#header
{
    background-image: url(Images/login-header.png);
    background-repeat: repeat-x;
    height: 159px;
    width: 100%;
    position: absolute;
    top: 0;
}

body.login div#footer
{
    position: absolute;
    bottom: 0;
    background-image: url(Images/login-footer.png);
    background-repeat: repeat-x;
    height: 67px;
    width: 100%;
}

body.login img.logo
{
    position: absolute;
    top: 50px;
    left: 20%;
    margin-left: -118px;
}

.loginBox
{
    position: absolute;
    top: 200px;
    left: 50%;
}

.loginBox .title
{
    font-size: 1.6em;
    font-weight: 500;
    margin: 10px 0;
}

.loginBox .account
{
    width: 300px;
}

.loginBox .userPanel, .loginBox .passwordPanel
{
    margin-bottom: 10px;
    text-align: right;
}

input.textEntry
{
    width: 150px;
    border: 1px solid #ccc;
}

.loginBox .submitButton
{
    text-align: right;
    padding-right: 10px;
}

.failureNotification
{
    font-size: 1.0em;
    color: Red;
}



