style(s)


    <style type="text/css">
      #draggable { width: 100px; height: 70px; background: silver; }
      #monitor { width: 50px; height: 20px;
                 background: black; color: silver;
                 position:relative; left:40px; top:30px;
                 }
      #status { x:10px; y:500px; width: 300px; height: 20px;
                background: black; color: silver;
              }
    </style>
    <script type="text/javascript">