﻿.LoginDiv {
    width: 1252px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.LoginTop {
    background: url(images/login_top.jpg) no-repeat White;
    width: 1252px;
    height: 164px;
}

.loginFooter {
    background: url(images/login_footer.jpg) no-repeat White;
    width: 1252px;
    height: 90px;
    vertical-align: bottom;
}

.LoginLogo {
    padding: 40px;
    width: 50%;
    background-color: White;
    text-align: center;
    vertical-align: middle;
}

.LoginLogoright {
    padding: 20px;
    width: 50%;
    background-color: White;
}

.LoginUserbox {
    width: 330px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.Logoutright {
    padding: 20px;
    width: 25%;
    background-color: White;
}

.LoginFooterbox {
    background: url(images/login_shadow.jpg) repeat;
    width: 300px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 64px;
}

.LoginFooterright {
    font-size: 11px;
    font-weight: Bold;
    color: #ffffff;
    text-decoration: none;
    padding: 20px 60px 20px 20px;
    width: 240px;
    vertical-align: bottom;
    text-align: right;
}

    .LoginFooterright a {
        color: white;
        text-decoration: none;
    }

        .LoginFooterright a:hover {
            color: black;
            text-decoration: none;
        }

.LoginFooterleft {
    text-align: center;
    width: 240px;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #9d0448;
    font-weight: normal;
}
