<!-- Paste this code into your external style sheet or the
    CSS section of your HTML document  -->

#theFormDiv {
       display:none;
       position:relative;
       top:4em;
       left:4em;
       background-color:#EEE;
       border:1px solid #000;
       padding:1em;
       margin:3em;
       width:20em;
}

.nocss {
 display:none;
}
