﻿*
{
    font-family: Arial, Calibri, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    border: 0;
}

body
{
    overflow: hidden;
}

#Header
{
    background-color: #444;
    height: 51px;
    width: 100%;
    padding-left: 4px;
    line-height: 20px;
    vertical-align: middle;
    border-bottom: 1px solid rgb(8, 8, 8);
}

    #Header > table
    {
        height: 50px;
    }

#Content
{
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    border-top: 1px solid #F0F0F0;
}

div#Content table.SignIn
{
    border-collapse: collapse;
    margin: auto;
}

div#Content div.shadow
{
    width: 550px;
    -moz-box-shadow: 0px 0px 30px 10px #B0B0B0;
    -webkit-box-shadow: 0px 0px 30px 10px #B0B0B0;
    box-shadow: 0px 0px 30px 10px #B0B0B0;
    border: 1px solid #AAA;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 70px;
}

div#Content table.SignIn td.Title
{
    padding: 40px 20px;
    vertical-align: top;
    text-align: center;
}

    div#Content table.SignIn td.Title p
    {
        font-size: 14px;
        color: #343536;
    }

div#Content table.SignIn td.LoginForm
{
    padding-bottom: 40px;
}

    div#Content table.SignIn td.LoginForm div
    {
        width: 100%;
        text-align: center;
        display: inline-block;
        clear: both;
    }

div#Content table.SignIn td.Title div.Inactive
{
    background-color: #fffec0;
    color: #990000;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid #990000;
}
