
#login {
     background-color: #DDDDDD;
     color: #000000;
     border: 1px solid #777777;
     font-family: Georgia, serif;
     font-size: 11px;
     text-align: right;
     width: 440px;
     margin: 2px;
    }
	
	
#login .theInput {
     font-family: Georgia, serif;
     font-size: 10px;
     width: 120px;
     margin-right: 5px;
    }



#login .theSubmit {
     font-family: Verdana;
     font-size: 10px; 
     background-color: #333333;
     color: #FFFFFF;
     margin-right: 5px;
    }	
	

.button				{ background: url(images/button-bg.png) repeat-x top center; border: 1px solid #999;
					  -moz-border-radius: 5px; padding: 2px; color: black; font-weight: bold;
					  -webkit-border-radius: 5px; font-size: 10px;  width: 60px; }
/*					  
.button:hover		{ background: white; color: black; }
*/