
  #reg_footer span {color:white} 
  #show_logout {display:none}
  #register_button {display:block}
  #reg_footer_register div {padding-top:5px}
  
  #reg_footer {text-align:right;
               bottom:0;
               background-color:#000;
               font-size:11px;
               height:35px;
               padding:0;
               position:fixed;
               right:0;
               width:100%;z-index:9999999;
               padding-top:2px;}
  
  .sso_popup {
      background-image:url("/images/sso_popup_bottom.png");
      background-repeat:no-repeat;
      background-position: 100% 100px;
      text-align:left;
      font-size:20px;
      padding:0;
      position:fixed;
      z-index:9999999;
      display:none;
      background-color:white;
      }
    
     /* Login */
     #reg_footer_login {bottom:33;
                        height:107px;
                        right:-48;
                        width:300px;
                        background-position: 100% 78px;
                        border-bottom-style:none;}
                          
     #reg_footer_login table {border: solid 3px #336666;
                              border-bottom-style:none}
                              
     #reg_footer_login td { font-size: 11px}
     #reg_footer_login #showForgotPassword {padding-left:10px;}

     /* Results */
     #reg_footer_results {bottom:28;
                          height:70px;
                          right:-24;
                          width:300px;
                          display:none;
                          background-position: 0px 35px;}
                          
     #reg_footer_results #results {height:35px;
                                   font-size: 11px;
                                   border: solid 3px #336666;
                                   border-bottom-style:none;
                                   padding-top:5px;
                                   width:90%}
                                   
     /* Why Join */
     #reg_footer_why_login {bottom:28px;
                            height:70px;
                            right:-24px;
                            width:300px;
                            display:none;
                            background-position: -50px 35px;}
                            
     #reg_footer_why_login #why_login {height:35px;
                                       font-size: 11px;
                                       border: solid 3px #336666;
                                       border-bottom-style:none;
                                       padding-top:5px;
                                       width:90%}
    
     /* Register */
     #reg_footer_register {bottom:28px;
                           height:205px;
                           right:-26;
                           width:300px;
                           display:none;
                           background-position: 0px 173px;}
                           
     #reg_footer_register table {border: solid 3px #336666;
                                border-bottom-style:none}
     
     #reg_footer_register td, #reg_footer_register span { font-size: 11px}
      
  