juansan!
utiliza CSS para hacerlo. Pon style="text-align:right;" dentro de la etiqueta input.
Ejemplo:
Código:
<html>
<head>
</head>
<body>
<input type="text"
name="casa"
size="20"
maxlength="20"
style="
border: solid 1px black;
text-align: right;
font: normal 10px/12px courier;
color: navy;"
>
</body>
</html>
espero que te sirva!