Cita: <style type="text/css">
<!--
#box{
width:300px;
height:300px;
background:urlbackground.gif)
}
h1{
font-size:15px;
color:#006;
margin:0px;
}
-->
</style>
<div id="box">
<h1>Porfavor ingresa su RUT y Password</h1>
<hr />
<form name="form1" method="post" action="">
<table width="200" border="0">
<tr>
<td>RUT:</td>
<td><input type="text" name="textfield" id="textfield"></td>
</tr>
<tr>
<td>PASSWORD:</td>
<td><input type="text" name="textfield2" id="textfield2"></td>
</tr>
</table>
<br>
<label>
<input type="submit" name="button" id="button" value="Enviar">
</label>
</form>
</div>
Este seria el codigo completo(Sin editar obvio) de lo que tu necesitarias.
P.D. Yo no recomiendo el uso de las tablas como ya lo e mencionado pero en este tipo de situaciones es la solucion mas comoda, :)