<html>
<body>
<style>
#Layer1 {
position:absolute;
left:243px;
top:146px;
width:431px;
height:378px;
}
</style>
<div id="Layer1">
<form method="post" action="upload.php" enctype="multipart/form-data">
<fieldset>
<legend>Upload a file</legend>
<br />
<label for="file">Enter local filename:</label>
<input type="file" name="filename" id="file" />
<br /><br />
<input type="submit" value=" upload " />
</fieldset>
</form>
</div>
</body>
</html>