Change
<div id = "textbox"> margin-left:100px;
to
<div id="textbox" style="margin-left:100px;">
or put it in the stylesheet:
<style> #textbox {margin-left:100px} </style>