  #control {    width: 99%;
     background-color: #d9d9d2;
               margin: 0 0;}

  #data   {    /* width: 99%;	*/
                height: 85%; 	
             overflow: auto;
               margin: 0 auto;}

  .fieldname  {font-weight: bold;
               font-size  : 14px;}

  .fieldvalue {font-size  : 12px;
               font-family: monospace;}

  .cs_cs  {font-weight: normal;
           font-family: monospace;}

  .go     {font-size  : smaller;
           font-family: sans-serif;}

  .cs_ctl {font-size  : smaller;
           font-family: sans-serif;
           height     : 22;}

  .link   {font-weight: normal;
           font-size  : 12px;
           font-family: sans-serif;}

  .bbdr   {border-bottom : 1px dashed blue;}

  button  {font-size   : 12px;
           font-variant: small-caps;
           font-weight : bold;
           height      : 20;
           width       : 50;}


