#Main
{
    position: relative;
    width: 477px;
    margin: 0 auto;
    overflow: visible;
}

#LeftContent
{
    font-size: 32px;
    width: 450px;
    margin: 0 40px 0 75px;
    overflow: hidden;
    float: left;
}
#RightContent
{
    width: 304px;
    height: 337px;
    background-image: url(/images/mediumLoginBackground.png);
    margin: 20px 50px 20px 0;
    float: right;
    padding: 25px 35px;
}

#BigLogIn
{
    color: #CC3B02;
    font-size: 24px;
    font-weight: 200;
}

#Instructions
{
    font-size: 14px;
    font-weight: 200;
}

#Information
{
    position: absolute;
    top: -57px;
    margin: auto 0;
    z-index: 10;
    color: #FFFFFF;
    font-weight: lighter;
    font-size: 18px;
}

#Information a
{
    color: #FFFFFF;
}

.request
{
    border: none;
    padding: 0;
    margin: 0;
}

.submitButton
{
    float: right;
}

.forgotPassword
{
    float: left;
}

.forgotPassword a
{
    color: #59585d;
}

.block
{
    display: block;
}

.inline
{
    display: inline;
}

#BetaExplanation
{
    color: #59585d;
    font-size: 15px;
    margin: 10px 0 20px 0;
}

#RequestInformationHeader
{
    margin: 30px 0 10px 0;
    color: #CC3B02;
    font-size: 18px;
}

.accountInfo
{
    overflow: hidden;
}

.textBox
{
    width: 461px;
    height: 36px;
    font-size: 30px;
    padding: 5px;
    border: 2px solid #CC3B02;
    background-image: url("/images/homePageFieldBackground.png");
    color: #59585d;
}

.textBlock
{
    width: 461px;
    height: 145px;
    font-size: 14px;
    padding: 5px;
    border: 2px solid #CC3B02;
    background-image: url("/images/informationTextBlockBackground.png");
    color: #59585d;
}
label
{
    font-weight: bold;
    font-size: 13px;
    color: #59585d;
}

.button
{
    width: 101px;
    height: 50px;
    background-image: url("/images/informationSubmitButton.png");
    border: none;
    text-indent: 101px;
    cursor: pointer;
}

