﻿#main
{
    height: 810px;
    background-image: url(/img/login-background.png);
    background-repeat: repeat-x;
    background-color: #00adee;
    padding: 0;
    margin: 0;
    color: #fff;
}

#login
{
    height: 100%;
}


#login p
{
    font-size: 14px;
}

#login #leftpanel
{
    display: inline-block;
    width: 535px;
    height: 685px;
    float: left;
    padding: 0;
    margin: 70px 0 0 0;
    background-image: url("/img/login-graphic.png");
    background-repeat: no-repeat;
    background-position: top right;
}

#login #rightpanel
{
    display: inline-block;
    width: 535px;
    float: left;
    padding: 0;
    margin: 80px 0 0 30px;
    background-image: url("/img/home/promob2blogo-mms.png");
    background-repeat: no-repeat;
    
}



#loginBox input.text
{
    width: 272px;
    height: 40px;
    margin-bottom: 14px;
    border: 0;
    padding: 0 0 0 4px;
}


#login .small
{
    font-size: 11px;
    vertical-align: text-top;
}

#login a
{
    color: #fff;
}

#login #loginBox
{
    display: inline-block;
    margin: 160px 0 0 100px;
}

#login input.loginButton
{
    margin: 15px 0;
    background-color: #ffb60f;
    color: #5f6575;
    font-weight:bold;
    font-size: 18px;
    background-image:none;
    border: 1px outset #999;
    width: 100px;
    height: 36px;
}

#requestLogin
{
    display: none;
}

