<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
	<head>
		<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
		<title>FIREBOLT
		 | muse | a collection of inspiration		</title>
		<link rel="SHORTCUT ICON" href="http://muse.drewwilson.com/firebolt/images/favicon.ico" />
		<link rel="stylesheet" type="text/css" href="http://muse.drewwilson.com/firebolt/css/main.css" />
		
		<script src="http://muse.drewwilson.com/firebolt/js/prototype.js" type="text/javascript"></script>
		<script src="http://muse.drewwilson.com/firebolt/js/scriptaculous.js" type="text/javascript"></script>

	</head>
	<body>

		<div class="head-welcome">
			<div style="padding: 10px 0 0 30px;">

			</div>
		</div>

		<div class="head-logo">
			<div class="head-thelogo"></div>
		</div>


		<div class="subnav-holder">
			<div class="gen-holder" style="padding-top: 23px;">
				<span class="subnav-title">Welcome to Firebolt. Please login below.</span>
			</div>
		</div>

	<div class="content-holder">
		<div class="section-title-holder">
			<div class="section-title">
				<div class="gen-holder" style="padding:3px 0;">
					Login
				</div>
			</div>
		</div>

		<div class="gen-holder" style="margin-top:20px;">		
			<form method="post" id="loginform" action="index.php">
				<div class="form-light-holder">
			    <input type="text" class="loginfield" name="username" tabindex="1" value="Username" onblur="setTimeout('closeResults()',2000); if (this.value == '') {this.value = 'Username';}"  onfocus="if (this.value == 'Username') {this.value = '';}" />
			    <input type="password" class="loginfield" name="password" tabindex="2" value="Password" onblur="setTimeout('closeResults()',2000); if (this.value == '') {this.value = 'Password';}"  onfocus="if (this.value == 'Password') {this.value = '';}" />
			    <input type="hidden" name="login_submit" value="True" />
		    	<input type="Submit" name="Submit" value="Login" />
				</div>
			</form>
			
			<br />
			<div class="validation-advice" id="loginfailed" style="display:none;text-align:center;">
				Login Failed. The username or password was incorrect. Please try again.
			</div>
			<div class="validation-advice" id="suspended" style="display:none;text-align:center;">
				Your access has been suspended by the administrator. You cannot login.
			</div>
		</div>

		</div> <!-- // content-holder -->

		<div id="footer-warning-holder" style="display:none;"><div id="footer-warning"></div></div>
		<div id="footer-success-holder" style="display:none;"><div id="footer-warning"></div></div>

		<div id="footer-tip-holder" style="display:none;"><div id="footer-tip"></div></div>

		<div id="processor" style="display:none;"><div id="processor-inner"></div></div>

		<div class="footer-holder">
			<div class="footer">
				<div class="footer-content">
					<div style="float:left;">
						&copy; 2007 <a href="http://www.drewwilson.com" target="_blank">Drew Wilson</a>
						<span style="margin-left:30px;"><a href="http://www.getfirebolt.com" target="_blank">Firebolt</a> is licensed under <a href="#">law</a></span>
					</div>
					<div style="float:right;">
						<a href="#">Help</a>
					</div>
				</div>
			</div>
		</div>

	</body>
</html>