<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8"/>
	<title>eMuseum</title>
	<link rel="stylesheet" href="../txtStyle.css" type="text/css"/>
</head>


<body onload="document.getElementById('userid').focus();">
<?xml version="1.0" encoding="UTF-8"?> 
<!--css inline as very specific to cosmetic banner only and main css file should remain clean--> 
<div style="height:115px; width:100%; background-color:white; border:0px;">
	
		<img style="float:left;width:100%;height:10px;" src="../images/bg.gif" alt=""/>  	
	<div style="height:83px;width:100%;background-color:white;"> 		
		<div style="float:left;">
			<img style="width:234px;height:80px;" src="../images/hs_logo.gif" alt="history of science logo"/> 		
		</div> 		
		<div style="float:right;"> 			
						
			<img style="width:299px;height:79px;" src="../images/ww_logo2.gif" alt="Waywiser logo"/> 		
		</div> 	
	</div> 	
<div style="height:8px;width:100%;background-color:white;margin:0px;border-bottom: 10px #892b26 solid;"> 		
		</div> 
</div>
	<div id="mainbody">
		<h1>Welcome to Waywiser</h1>
		<div id="logind">
			<form action="login.asp?lgaction=login" method="post" id="logForm">
				<fieldset id="loginbox">
					<legend>Logon</legend>
					<div><label accesskey="u" class="logon" for="userid">Username</label><input class="login" tabindex="1" type="text" name="userid" id="userid" value=""/></div>
					<div><label accesskey="p" class="logon" for="password">Password</label><input class="login" tabindex="2" type="password" name="password" id="password"/><br/></div>
					<div class="submitbutsl">
						<a href="eMuseum.asp?page=home"><input tabindex="3" accesskey="c" class="embutton" type="button" name="cancel" value="Cancel" onclick="window.document.location.href='eMuseum.asp?page=home'"/></a>
						<input tabindex="4" accesskey="l" class="embutton" type="submit" name="Login" value="Logon"/>
					</div>
				</fieldset>
				<div><a tabindex="5" accesskey="s" href="newuser.asp?lang=EN">
				Sign up for an eMuseum account</a></div>
			</form>
		</div>
		
	</div>
</body>
</html>

