<!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=iso-8859-1" />
<title>Unbenanntes Dokument</title>
<style type="text/css">
* {
margin:0;
padding:0;
}
body {
background:url(images/bglogin.jpg);
}
form {
width:280px;
margin:230px 0 0 570px;
}
form #input {
float:left;
margin-right:35px;
}
form #input p {
margin:0 0 35px 0;
}
form #input .inputuser {
width:170px;
background: url(images/bginput.jpg);
border:0;
}
form #input .inputpw {
width:170px;
background: url(images/bginput2.jpg);
border:0;
}
form #submit .submit {
width:70px;
height:71px;
border:0;
background:url(images/bgsubmit.jpg);
}
</style>
</head>
<body>
<form action="">
<div id="input">
<p><input type="text" name="name" size="30" class="inputuser" /></p>
<p><input type="text" name="pw" size="30" class="inputpw" /></p>
</div>
<div id="submit">
<p><input type="submit" name="submit" class="submit" value="" /></p>
</div>
</form>
</body>
</html>