<!--Meta:modules/message/skins/default/message.css-->
<div class="messageLayer">
	<div class="messageLayerBody">
		<h4> Error has occurred while connecting DB.<br />
Please check DB information again </h4>
				
		
		<!--Meta:modules/message/skins/default/./message.js-->		<script type="text/javascript">
        var keep_signed_msg = "You might be kept signed on even when the browser is closed,\n\nIf you use this feature at a shared computer, your personal information might be accessed by others, thus do not use this feature at a shared computer. ";
        xAddEventListener(window, "load", function(){ xGetElementById("messageLoginForm").user_id.focus(); });
    </script>
		<div class="messageLogin" id="messageLogin">
			<form action="./" method="post" onsubmit="return procFilter(this, message_login)" id="messageLoginForm">
				<fieldset class="login">
					<dl>
						<dt>
							<label for="uid">User ID</label>
						</dt>
						<dd>
							<input type="text" name="user_id" id="uid" value="" class="inputText" />
						</dd>
						<dt>
							<label for="upw">Password</label>
						</dt>
						<dd>
							<input type="password" name="password" id="upw" value="" class="inputText" />
						</dd>
					</dl>
					<p class="keep">
						<input type="checkbox" name="keep_signed" id="keepid" value="Y" onclick="if(this.checked) return confirm(keep_signed_msg);" />
						<label for="keepid">Keep me signed in</label>
											</p>
					<div class="buttonArea"> <span class="button black strong"><input type="submit" value="Login" /></span> </div>
				</fieldset>
			</form>
			<div class="help"> <a href="/?act=dispMemberFindAccount"><span>Find Account Info</span></a> | <a href="/?act=dispMemberSignUpForm"><span>Join</span></a> </div>
		</div>
		<!-- OpenID -->
					</div>
</div>
<div class="buttonArea">
	<a href="#" onclick="history.back(); return false;" class="button black"><span>Go Back</span></a>
	</div>

