
  .formcontainer
  {
      width: 300px;
      border: 0px solid #000000;
      margin: 10px;
      padding: 10px;  

  }

  .commentcontainer
  {
      width: 300px;
      border: 1px solid #000000;
      margin: 10px;
      padding: 10px;

  }

  .containerbackground
  {
      background: #fff url("../site_images/lgrey_diag.gif") repeat;

  }

  .commentheader
  {
      font: 120% Tahoma, Arial, Helvetica, sans-serif;      
      color: #000;
      font-weight: bold;
      text-decoration: underline;
  }

  .leftdetail /* name */
  {
      float: left;
      width:149px;
      font: 120% Tahoma, Arial, Helvetica, sans-serif;      
      color: #000;
      font-weight: bold;
      text-decoration: underline;      
  }

  .rightdetail /* date */
  {
      float: left; 
      display: inline; 
      width:149px;
      font: 90% Tahoma, Arial, Helvetica, sans-serif;  
      text-align:right;
      padding-bottom:5px;
  }

  .secondlinedetail /* email */
  {
      width:298px;
      padding-bottom:10px;
  }

  .commentdetail
  {
      width:298px;
  }

