<!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=gb2312" />
<title>Login</title>
<style>
ul{
list-style:none;
text-decoration:none;
margin:0;
padding:0;
}
ul li{
line-height:30px;
padding-left:30px;
}
.log{
background:url(images/bg0.jpg) no-repeat;
width:387px;
height:200px;
}
.log form{
width:342px;
height:185px;
background-color:#cedeed;
margin:1px auto 0 auto;
padding-top:5px;
}
.a{
background:url(images/bg2.jpg) no-repeat 0 -3px;
width:150px;
height:30px;
border:0;
}
.b{
background:url(images/login.jpg) no-repeat;
width:74px;
height:30px;
border:0;
}
</style>
</head>
<body>
<div class="log">
<form class="logform" name="logform" method="post" action="">
<ul>
<li><span>用户名</span><input type="text" name="username" class="a" /></li>
<li><span>密 码</span><input type="text" name="username" class="a" /> <a href="#">忘记密码?</a></li>
<li><input type="checkbox" name="remenber" value="1" />记住密码</li>
<li><input type="button" name="login" alt="登录" class="b" /> <a href="#">新用户注册</a></li>
</ul>
</form>
</div>
</body>
</html>
说明:图片我是按照你的那个截取的素材,你可以自己裁剪下,所有图片都在和此html同目录下的images文件夹中。
本回答被提问者采纳