﻿/** Login Stylesheet 03-15-2006 Brian Timmer **/

body#login
{
    background-color: #fff;
    text-align: center;
}


#loginwrapper
{
    margin-left: auto;
    margin-right: auto;
    width: 362px;
}

#loginheader
{
    background-image: url(Images/login_header.gif);
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    height: 99px;
}

#loginwork
{
   padding-top: 10px;
   margin: 0;
   width: 360px;
   border-left: solid 1px #e0e0e0;
   border-right: solid 1px #e0e0e0;
   font-size: 11px;
}
#loginwork table
{
    width: 90%;
    font-size: 11px;
    margin-left:auto;
    margin-right: auto;
}
#loginwork td
{
    white-space:nowrap;
    padding-top: 3px;
}
.logintitle
{
    padding-bottom: 10px;
    font-weight: bold;
}
.logintext
{
    margin-left: 10px;
    width: 200px;
    border: solid 1px #ea4b4b;
}
.loginlabel
{
    padding-left: 15px;
    background-image: url(Images/arrow.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

.loginbtn
{
    margin-top: 10px;
}

#loginfooter
{
    background-image: url(Images/login_bottom.gif);
    background-repeat: no-repeat;
    height: 13px;
}