﻿/* Existing User Section */
/*-------------------------*/

.RecoverPasswordTitle
{
    background-image: url('../../images/LinkGreenBackground.png');
}

.LoginBoxesContentsExisting
{
    height:775px;
}


.ExistingMembersContent
{
    position:absolute;
    margin-top:20px;
}


.ExistingLoginWidget
{
    position: relative;
    width:auto;
    margin-left: 10px;
    font-size: 12px;
}

.ExistingLoginButton
{
    margin-top: 25px;
    margin-right: 225px;
    font-size: 11px;
    font-weight: bold;
    z-index: 999;
}

.ExistingLoginFailure
{
    position: absolute;
    margin-top: 5px;
    font-size: 11px;
    font-weight: bold;
    z-index: 999;
    white-space: nowrap;
}



/* New User Section */
/*-------------------------*/


.LoginBoxesContentsNew
{
    height:1000px;
}

.NewMembersContent
{
    position:absolute;
    margin-top:20px;
}

.NewUserCreateWizard
{
    position: relative;
    margin-left: 45px;    
    width:auto;
    font-size: 12px;

}

#FirstColumn
{
    width:175px;
}

.NewUserCreateButton
{
    margin-top: 5px;
    margin-left: 115px;
    font-size: 11px;
    font-weight: bold;
    z-index: 999;
}


.NewUserCancelButton
{
    margin-top: 5px;
    margin-left: 115px;
    font-size: 11px;
    font-weight: bold;
    z-index: 999;
}

.NewUserPost
{
    position: absolute;
    margin-top: 50px;
    font-size: 11px;
    font-weight: bold;
    z-index: 999;
    white-space: nowrap;
}

.NewErrorMessages
{
    color: #FF0000;
}


.NewSectionHeaders
{
    height: 25px;
    font-size: 18px;
    font-weight: 900;
   
}

.NewSectionSpacers
{
    height:20px;
}




/* Container Boxes */
/*-------------------------*/
.LoginBoxesExisting
{
    width:250px;
    float:left;
}

.LoginBoxesNew
{
    width:650px;
    float:left;
}


.LoginBoxesContents a
{
    color: #003300;
    text-decoration: underline;
}

.LoginBoxesContents a:hover
{
    color: #00CC00;
    text-decoration: underline;
}

.SubSectionHeaders
{
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
}


