﻿div#head 
{
    width: 100%;
    height: 40px;
    background-color: #4E7DD1;
    background-image: url('Images/header.bg.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-align: right;
}

div#main 
{
    text-align: center;
}

div#loginBox
{
     margin-left: auto;
     margin-right: auto;
     margin-top: 50px;
     padding: 0;
     font-weight:bold;
     width: 500px;
     border: solid 1px #777;
     text-align: center;
     background-color: #DDD;
}

div#loginBox h2
{
    text-align: left;
    font-family: Arial, Tahoma, Verdana, Sans-Serif;
    font-size: 24px;
    color: #5959bc;
    width: 500px;
    height: 40px;
    background-color: inherit;
    background-image: url('Images/login.ico.gif');
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 45px;
    padding-top: 10px;
}

div#loginBoxMessages 
{
    margin-left: 30px;
    color: #F00;
    width: 350px;
}

div#loginBoxBottom
{
    background-image: url('Images/login.bottom.bg.gif');
    background-repeat: no-repeat;
    background-position: left bottom; 
    height: 17px;
}

div#loginBox dl
{
    margin: 1em 0 0 6em;
    padding: 0;
    width: 90%; 
    color: Maroon;
}

div#loginBox dt
{
    width: 15%;
    float: left;
}