<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Traditional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-cn">
<head>
	<title>网站首页 留言本 管理登录</title>
	<style type="text/css">
*			{font-family:宋体, sans-serif; font-size:9pt; color:#000000; background-color:transparent; line-height:150%;}
div.outerborder {width:500px; padding:0px; margin-left:auto; margin-right:auto; text-align:left;}

body		{text-align:center; padding:5px; margin:0px; background-color:#FFFFFF; background-image:url();}
textarea	{border:solid 1px #80A8FF; background-color:#FFFFFF;}
input		{border:solid 1px #80A8FF; background-color:#FFFFFF;}

a:link		{color:#000000; text-decoration: none;}
a:visited	{color:#000000; text-decoration: none;}
a:active	{color:#000000; text-decoration: none;}
a:hover		{color:#000000; text-decoration: underline;}

table.onetopic{width:500px; margin-top:20px; border:solid 1px #80A8FF; border-collapse:collapse; table-layout:fixed;}
table.reply	{width:450px; border:dashed 1px #80A8FF; margin:20px; border-collapse:collapse; table-layout:fixed;}

tr.title	{height:25px;}
td.title	{text-align:left; padding-top:0px; padding-bottom:0px; color:#000000; border:solid 1px #80A8FF; background-color:#FFFFFF; background-image:url(image/bar_blue.gif);}
td.noborder	{border-style:none; border-width:0px;}
td.centertitle{text-align:center; font-weight:bold;}

td.content	{text-align:left; overflow:hidden; color:#000000; border:solid 1px #80A8FF; background-color:#EEEEEE; padding:5px; vertical-align:top;}

div.icons	{width:100%; text-align:right; margin:0px; padding:0px; border-width:0px;}

td.status	{text-align:left; height:25px;}
td.status	{text-align:left; padding-top:0px; padding-bottom:0px; color:#000000; border:solid 1px #80A8FF; background-color:#FFFFFF; background-image:url(image/bar_blue2.gif);}

</style>

</head>

<body onload="document.getElementById('iadminpass').focus();">
	<table border="1" cellpadding="2" style="width:200px; margin:20px auto; border:solid 1px #80A8FF; border-collapse:collapse;">
		<tr class="title">
			<td class="title centertitle">管理员登录</td>
		</tr>
		<tr><td class="content" style="padding-left:10px;">
		<br />
			<form method="post" action="login_verify.asp" id="form5" onsubmit="this.submit1.disabled=true;">
			密码：<input type="password" name="iadminpass" id="iadminpass" size="20" maxlength="16" /><br/><br/>
			验证：<input type="text" name="ivcode" id="ivcode" size="10" /><img alt="" src="show_vcode.asp" style="border:0px;" /><br/><br/>
			<div style="width:100%; text-align:center;"><input type="submit" id="submit1" value="确定" /></div>
			</form>
		<br />
		</td></tr>
	</table>
</body>
</html>
