/* CSS Document */

#login						{ width:282px; height:79px; position:relative; padding-top:25px; background:url(../images/headers/login.png) top left no-repeat; }

#textbox					{ width:137px; height:24px; background:url(../images/textBox.png) top left no-repeat; border:0px; }

#textbox input				{ background:transparent; border:0px; width:124px; margin-left:9px; margin-top:3px; }

.acct						{ float:left; }

.pw							{ float:right; }

#acct						{ display:block; color:#bdbdbd; }

#fakepw						{ display:block; color:#bdbdbd; }

#pw							{ display:none; }

#submit						{ float:right; background:url(../images/button.png) top left no-repeat transparent; border:0px; width:71px; height:22px;
							  cursor:pointer; margin-top:3px; }
							  
#text						{ display:block; float:left; font-family:Arial, Helvetica, sans-serif; font-size:10px; margin-top:8px; width:190px; }

.clear						{ clear:both; }
