#acct_logintop {
	width: 900px;
	height: 260px;
	margin-top: 20px;
	background-image: url('img/bkg.gif');
	background-repeat: no-repeat;
	}
	
	#acct_loginbox { width: 380px; margin-top: 25px; margin-left: 100px; float: left; } 
	#acct_login { margin: 0 }
	#acct_loginbox h2 { text-indent: -9999px;
						background: url('img/txt-accountlogin.gif') no-repeat 0 6px;
					}
	#acct_login p { font-size: 12px; color: #666; margin-top: 16px; margin-bottom: 0px; padding: 0;}
	
	input[type=text],input[type=password],textarea,select { padding: 4px; border: 1px #ccc solid; font-size: 16px; margin:0 2px 0 0}
	
	#acct_login a { width: 122px; height: 44px;
					display: block;
					float: left;
					background: url('img/btn-login.gif');
					margin-top: -7px;
					text-indent: -999px;
					margin-left: 5px;
					}
					
					#acct_login a:hover { background-position: -122px 0px; }
					
	#acct_existing { position: relative; width: 300px; top: 60px; left: 90px; float: left; }
	
	#acct_existing h2 { text-indent: -9999px;
						background: url('img/txt-existingcustomer.gif') no-repeat 0 6px;
			}
	#acct_existing p { font-size: 15px; color: #111; }
	
	
	#acct_otheruseful { margin-left: 80px;
	width: 820px;
	}
	
	#acct_ouheader { border-bottom: 1px #666 solid; }
	#acct_ouheader h2 { text-indent: -9999px;
						background: url('img/txt-otherusefultools.gif') no-repeat 0 6px;
						}
						
	#acct_manager { width: 350px; float: left; margin-top: 10px;}
	
	.p13 { font-size: 13px; color: #333; }
	
		#acct_am a { width: 102px; height: 37px;
					display: block;
					float: left;
					background: url('img/btn-manage.gif');
					margin-top: -3px;
					text-indent: -9999px;
					margin-left: 5px;
					}
					
					#acct_am a:hover { background-position: -102px 0px; }
					
		#acct_am h2, #acct_il h2 { font-size: 18px; color: #333; }
		
		#acct_am button { width: 102px; height: 37px;
					border:none; margin:0; padding:0;
					display: block;
					float: left;
					background: url('img/btn-manage.gif');
					margin-top: -3px;
					text-indent: -9999px;
					margin-left: 5px;
					cursor:pointer;
					}
					
					#acct_am button:active, #acct_am button:hover { background-position: -102px 0px; }
					
		
	#acct_invoice { float: left; margin-top: 10px; float: left; width: 420px; margin-left: 25px; }
					
		.acct_iltable { font-size: 11px; margin-top: 6px; }			
		.acct_iltable a { width: 102px; height: 37px;
					display: block;
					float: left;
					background: url('img/btn-lookup.gif');
					margin-top: -3px;
					text-indent: -9999px;
					margin-left: 5px;
					}
					
					.acct_iltable a:hover { background-position: -102px 0px; }
		
		.acct_iltable button { width: 102px; height: 37px;
					border:none; margin:0; padding:0;
					display: block;
					float: left;
					background: url('img/btn-lookup.gif');
					margin-top: -3px;
					text-indent: -9999px;
					margin-left: 5px;
					cursor:pointer;
					}
					
					.acct_iltable button:active,.acct_iltable button:hover { background-position: -102px 0px; }
