<html >
<head>
<style type="text/css">
<!--
.STYLE1 {color: #FFFFFF}
.textfield {
background-color: #2FFF97;
border: 1px solid #FFFFFF;
}
-->
</style>
</head>
<body>
<table width="290" height="141" border="0" cellpadding="10" cellspacing="0" bgcolor="#00CC66">
<tr>
<td width="290"><form id="form1" name="form1" method="post" action="">
<label><span class="STYLE1">ID
:</span>
<input name="textfield" type="text" class="textfield" />
</label>
<p>
<label><span class="STYLE1">PWD:</span>
<input name="textfield2" type="text" class="textfield" />
</label>
</p>
<p>
<label>
<input type="submit" name="Submit" value="Login" />
<span class="STYLE1"> (logog应该是个图) </span></label>
</p>
</form></td>
</tr>
</table>
</body>
</html>