

/*------------------------------------------------------------------------------

LOGIN.CSS for CYBER EXTENSION

------------------------------------------------------------------------------*/


.greeting 
{
    background:none;
}

/*------------------------------------------------------------------------------

                                        LOGIN BOX AND CHANGE PASSWORD BOX

------------------------------------------------------------------------------*/
.loginBox 
{
    float:left;
    width:42%;
    margin:10px 0px 10px 0px;
    background:#EADCCF;
    border:1px solid #d7c6b5;
    padding:20px; 

}

.loginBox div 
{
    margin:0 0 10px;
}

.loginBox label 
{
    color:#666;
    font-weight:bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom:0px!important;
}
.txtLogin 
{   
    /*height:100%;*/
    min-height: 25px;
    width: 400px;
    border:1px solid #cecece;
    font-size:16px;
    margin:2px 0;
    background: url(../images/v4/searchBoxBg.jpg) left top repeat-x;
}

/*------------------------------------------------------------------------------

                                                WELCOME HEADER STYLING

------------------------------------------------------------------------------*/

.loginWelcome 
{
    float:left;
    width:45%;
    margin:10px 5% 10px 10px; 
    text-align:justify;
}

.loginWelcome p 
{
    line-height:20px;
}

/*------------------------------------------------------------------------------

                                                    CHANGE PASSWORD.ASPX

------------------------------------------------------------------------------*/

.directions {
    width:495px;
    margin:0 auto;
}

.directions .Q {
    display:block;
    font-weight:bold;
    color:#555555;
    margin:0;
}
.directions .A {
    display:block;
    color:#888888;
    margin:0;
}


/*------------------------------------------------------------------------------

                                                        LOGIN.ASPX

------------------------------------------------------------------------------*/

.productLogos .learnmore img
{
    margin-top:30px;
}

.errorMsg 
{
    margin-top:0px!important;
}

/*------------------------------------------------------------------------------

                                                SET SECURITY QUESTIONS

------------------------------------------------------------------------------*/

#subHeaderSecureQuestions {
    position:relative;
    top:1px;
    z-index:1;
    background: url(../images/subHeaderSecureQuestions.gif) no-repeat top left;
    height:40px;
    width: 240px;
    margin:0px;
}

#subHeaderSecureQuestions span {
    text-align: -9999px;
    display: none;
}

#sQuestions {
    margin:0px;
    margin-bottom:5px;
    background:#fad398;
    padding:10px;
    border:#db9d3f 1px solid;
    overflow:hidden;
    height:1%;
}

#sQuestions input {
    margin:8px 0 0 0;
}

/*------------------------------------------------------------------------------

                                                ResetPassword.aspx

------------------------------------------------------------------------------*/

.forgotPass {
    padding:35px;
    margin:80px auto 0;
    width:430px;
    height:165px;
    background:transparent url(../images/forgotPass.gif) no-repeat top left;
    
}


.secQues {
    background:url(../images/securityQues.gif) no-repeat top center;
    height:365px;
        width:430px;
    margin:80px auto 0;
    padding:35px;
}