﻿body
{
    font-size: 14px;
    font-family: Tahoma;
    margin: 100px 0px 0px 0px;
}

h1, h2, h3, h4, h5, h6
{
}

div#login-form-overlay
{
    display: none;
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    cursor: wait;
    background: #000000;
}

div#login-form-info
{
    display: none;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -200px;
    width: 400px;
    height: 100px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #f4f4f4;
    color: #2b2f3a;
}

.login-form-container
{
    display: block;
    width: 400px;
    height: 100px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.login-form-loading
{
    height: 16px;
    width: 16px;
    margin-right: 6px;
}

.login-form-info-block
{
    padding: 6px;
    height: auto;
}

.login-form-info-text
{
    font-family: Tahoma;
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
}

.login-container
{
    width: 300px;
    height: 1%;
    display: block;
    padding: 6px;
    margin: 0px auto;
    background-color: #f2f2f2;
    border: 1px solid black;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

ul.login-form
{
    width: 300px;
    padding: 0px;
    margin: 0px;
    display: block;
}

ul.login-form li:first-child
{
    width: 280px;
    padding: 0px;
    margin: 10px;
    display: block;
    height: 1%;
    overflow: hidden;
}

ul.login-form li:last-child
{
    width: 280px;
    padding: 0px;
    margin: 10px;
    display: block;
    height: 1%;
    overflow: hidden;
}

ul.login-form li
{
    width: 280px;
    padding: 0px;
    margin: 10px;
    display: block;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

ul.login-form .label
{
    width: 120px;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
}

ul.login-form .info
{
    display: inline-block;
}

input[type="text"], input[type="password"]
{
    font-family: Tahoma;
    width: 144px;
    font-size: 12px;
    height: 21px;
    display: inline-block;
    margin: 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFFFFF;
    border: solid 1px #999999;
}
input[type="text"], input[type="password"]
{
    padding-left: 6px;
    background-color: #FFFFFF;
    border: solid 1px #999999;
}

ul.login-form li input[type="submit"]
{
    display: inline-block;
    float: right;
}

.form-error
{
    color: #FF0000;
    font-weight: bold;
}