﻿/*login.css*/
div#loginpage_contentarea
{
    width:100%;
}

div#MainMenu_blank
{
    background:url(../../images/MainMenu_blank.jpg) top left repeat-x;
    width:100%;
    height:27px;
    clear:both;
}
div#login_splash
{
    background:url(../../images/login/login_splash.jpg) top left no-repeat;
    float:left;
    clear:left;
    width:552px;
    height:328px;
    position:relative;
    top:14px;
    left:30px;
}
div#login_pane
{
    background:url(../../images/login/login_pane.jpg) top left no-repeat;
    float:left;
    width:313px;
    height:316px;
    position:relative;
    top:14px;
    left:62px;
}
#loginform_container
{
    /*position:relative;
    top:70px;
    left:66px;*/
    margin:70px 0 0 66px;
}
#loginform p
{
    font-size:14px;
}
#loginform p, #loginform input
{
    color:#000000;
    float:left;
    clear:both;
}
#loginform #username, #loginform #password
{
    background:url(../../images/login/login_field.gif) top left no-repeat;
    border:0;
    width:221px;
    height:35px;
    font-size:16px;
    padding:6px 3px 0 3px;
}
#loginform #login_btn
{
    width:122px;
    height:31px;
    border:0;
    background:url(../../images/login/login_btn.gif) top left no-repeat;
    text-indent:-9999px;
    position:relative;
    top:14px;
    cursor:pointer;
}
#login_error_msg {
    clear:both;
    position:relative;
    top:24px;
    left:30px;
    font-size:.7em;
    color:Red;
}
