This is the textbox.

Here's the css to make it:
.textbox {position:absolute; top: 100px; left: 50px; width: 150px; height: 300px; background-color:#996633; border: solid 1px black;}
This is attached to the post on Scripty Goddess about absolute positioning.