/*
file name: login.css
created by: rick@click-rick.net
created on: 31August2006
created for: rhschoirs.net

Formatting for the alumni login form

*/

input {font-size:80%;}

#frmLogin {background-color:silver;
           border-bottom:4px solid #A9A9A9;
           border-left:2px solid #DCDCDC;
           border-right:4px solid #A9A9A9;
           border-top:2px solid #DCDCDC;
           float:right;
           font-family:Verdana;
           font-size:80%;
           margin-top:10px;
           text-align:center;
          }
          
.alternates {color:#8B0000;  /*dark red*/
             font-size:80%;
             text-align:right;
            }
            
.alternates a {text-decoration: none;
               color:#8B0000; /*darkRed*/
              }

.alternates a:hover {background-color:#8B0000; /*darkRed*/
                     color:#A9A9A9; /*silver*/
                     font-weight:bold;
                    }
          


