/*
login.css - advisor.leipsic.ca

link: http://www.notiondesign.ca
copyright: 2008 Notion Design
author: Andrew Hughesman
================================*/

@import "type.css";
@import "forms.css";
@import "buttons.css";

html, body {
    margin: 0;
    padding: 0;
}

body {
    background:url(/i/bg.jpg);
}

ul, li {
    list-style: none;
    line-height: 15px;
    margin: 0;
    padding: 0;
}

a {
    color:#9c9884;
    outline:0;
    text-decoration:none;
}

#LoginContainer {
    background-color: #fff;
    margin: 0 auto;
    margin-top: 40px;
    padding: 20px 30px 20px 30px;
    width: 330px;
}

#LoginLeft {
    float: left;
    width: 180px;
}

#LoginRight {
    float: right;
    height: 119px;
    width: 112px;
}

#LoginHeader {
    background: url(/i/login_header.gif) top left no-repeat;
    height: 20px;   
    margin: 0 0 5px 0;
    text-indent: -9999px;
    width: 49px;
}

#LoggedOutHeader {
    background: url(/i/loggedout_header.gif) top left no-repeat;
    height: 20px;   
    margin: 0 0 5px 0;
    text-indent: -9999px;
    width: 110px;
}

.AdvisorInput {
    margin-top: 0;
    margin-bottom: 3px;
    width: 100%;
}

.ButtonMedium {
    margin-top: 5px;
}

#LoginContainer:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    border: none;
}