.loginContainer
{
    margin: auto;
    margin-top:30px;
    width:1000px;
    height: 300px;
    background-color: #DDDDDD;
    border: solid 2px #444444;
}

#onlineLogo
{
    background-image: url("../images/onlineLogo.png");
    background-repeat: no-repeat;
    width: 590px;
    height : 300px;
    border-right: solid 2px #444444;
}

#loginForm
{
    position: relative;
    top: -260px;
    left: 630px;
    width: 320px;
    height: 130px;
}

#publicForm
{
    position: relative;
    top: -220px;
    left: 630px;
    width: 320px;
    height: 38px;
}
