﻿body
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 13px;
}

a
{
    outline: none;
    text-decoration: none;
    color: #053263;
}

a.pwForgot 
{
    font-size: 11px;
}

img.logo
{
    display: block;
    position:absolute;
    top: 30px;
    left: 30px;
}

input[type=text],input[type=password]
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 13px;
    height: 35px;
    width: 250px;
    background: #dfe1e6;
    border: none;
    padding: 0 5px;
}

a.button
{
    display: block;
    color: #fff;
    font-weight: bold;  
    background: #053263;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    float: right;
    padding: 6px;
    margin: 25px 0;
}

a.button.left
{
    float: left;
}

h1
{
    font-weight: bold;   
    font-size: 17px;
    text-transform: uppercase;
    margin: 0 0 25px;
    color: #707173;
}

/* Lightbox */

div.pageOverlay
{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    display: none;
    z-index: 1000;
}

div.lightbox
{
    background: #fff;  
    padding: 20px;
    position: absolute;
    z-index: 1001;
    display: none;
}

div.lightbox table
{
    width: 400px;
}

div.lightbox input[type=text]
{
    width: 340px;
}

div.lightbox.open
{
    display: block;
}

div.lightbox img.btnClose
{
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    z-index: 1002;   
}

/* END Lightbox */