﻿a
{
    text-decoration:none;   
}
.loginPage{
FONT-SIZE: 8pt;	
FONT-FAMILY: verdana,arial,helvetica,sans-serif;

}
.registerLeft{
FONT-SIZE: 8pt;	
FONT-FAMILY: verdana,arial,helvetica,sans-serif;

}
.registerLeft h2{
 text-align:left;
 margin-bottom:8px;
}
.activeLeft{
FONT-SIZE: 8pt;	
FONT-FAMILY: verdana,arial,helvetica,sans-serif;

}
.changePassword{
FONT-SIZE: 8pt;	
FONT-FAMILY: verdana,arial,helvetica,sans-serif;

}
.clsError {
    width: 460px;
    height: 150px;
    z-index: 100;
    position: absolute;
    top: 135px;
    left: 120px;
    border:1px solid red;
    padding:5px 10px;
    background-color:#FFFFFF;
    color:Red;
}

#spClose 
{
	position: absolute;
    left: 440px;
}

.red
{
	color:#FF0000;
}

/** BANNER FLASH **/

#bannerContainer
{
    margin-bottom:10px;
    

}

#flashContainer
{
    z-index:0;   
}


/** LOGIN CALLOUT **/

.loginCallout
{
    
   width:161px;
   height:151px;
   background: transparent url(../images/RTLogin.gif) no-repeat;
   font-family:Arial;
   font-size:11px;
   color:#0A2267;
   padding-left:13px;
   position:relative;
   
    
}

.loginCallout .RTLoginInput
{   
    width:90px;
    height:13px;
    margin-top:5px;
    
}

.loginCallout input.email
{
     width:116px;
     margin-top:10px;
     height:13px;
}

.loginCallout a
{
    color: #0A2267;
}

.loginCallout a.enterBtn
{
    margin-left:115px;
    font-weight:bold;
    
}

.loginCallout a.logoutBtn
{
    margin-left:0px;
    font-weight:bold;
    text-decoration:underline;   
}

.loginCallout .logMsg
{
    display:block;
    margin-top:20px;   
}

.loginCallout a.registerLink
{
    font-weight:bold;   
}

.loginCallout a.forgotPassword
{
    margin-bottom:5px;
}

.notResgister
{
    display:block;
    margin-top:10px;
}

.loginCallout .clsError
{
    top:-80px;
    left:190px;   
}

/** LOGIN PAGE **/

.loginPage
{
    margin-top:10px;   
}

.loginPage a 
{
    text-decoration:none;
    color: #0A2267;
}

.loginPage input
{
    width:120px;
    height:13px;
}

.loginPage input.emailInput
{
    margin-left:36px;
    margin-bottom:5px;
}

.loginPage input.passInput
{
    margin-left:12px;  
}

.loginPage span.returnMembers
{
    display:block;
    color:#0a2267;
    font-size:13px;
    font-weight:bold;
    margin-bottom:10px;
    
}

.loginPage .loginLeft
{   
    
    width:260px;
}

.loginPage .loginLeft,.loginPage .loginRight
{
    
    float:left;
       
}

.loginPage .loginRight
{
    margin-left:0px;
}

/** REGISTER PAGE **/

.registerLeft
{
    width:260px;
   
}

.registerLeft, .registerRight
{
    float:left;   
}

.registerRight{
}

.contentPage
{
    position:relative;   
}


/** HEALTHCARE HOME **/

.pageContainer
{
    position:relative;   
}


/** ActiveAccountPage **/

.activeLeft
{
    width:260px;   
}

.activeLeft, .activeRight
{
   float:left;   
}


/** CHANGE PASSWORD **/

.changePassword input
{
    width:140px;
}