<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
.myForm{
width:220px;
height:260px;
background:#CCDDFF;
}
#td1{
width:180px;
height:30px;
margin:10px 10PX 5PX 10PX;
border:1px solid #AAAAAA;
padding-left:10px;
}
span{font-size:10px;}
a{font-size:10px;color:blue;}
#checkbox1{margin-left:10px;}
#button1{
width:190px;
height:40px;
margin:10px 10PX 5PX 10PX;
background:url(http://img1.sycdn.imooc.com//539a972b00013e9102280177.jpg);
background-position:0 0;
}
#button2{
width:190px;
height:40px;
margin:10px 10PX 5PX 10PX;
background:url(http://img1.sycdn.imooc.com//539a972b00013e9102280177.jpg);
background-position:0 -38px;
}
</style>
</head>
<body>
<form action="save.php" method="post">
<div class="myForm">
<table>
<tr>
<td><input type="text" name="user-name" placeholder="邮箱/手机号/用户名" id="td1"></td>
</tr>
<tr>
<td><input type="text" name="passwards" placeholder="请输入密码" id="td1"></td>
</tr>
<tr>
<td><input type="checkbox" id="checkbox1"><span>下次自动登录</span><a>    忘记密码?</a></td>
</tr>
<tr>
<td><input type="button" id="button1"></td>
</tr>
<tr>
<td><input type="button" id="button2"></td>
</tr>
</table>
</body>
</html>