﻿html>body
  {
  margin-left: 20px;
  margin-right: 20px;
  }
html>body div#divContent, h1
  {
  width: auto;
  max-width: 980px;
  }
html>body div.divArticle
  {
  width: auto;
  padding-right: 280px;
  }

/*
*****
*/
  
div#divComments li.liComment div.divCommentText
  {
  max-width: 660px;
  text-align: justify;
  }

form#frmComment #ddText
  {
  position: relative;
  overflow: auto;
  }

form#frmComment div#divBBCodeHelp
  {
  float: none;
  margin-left: 520px;
  padding-left: -520px;
  overflow: auto;
  }
  *+html form#frmComment[method] div#divBBCodeHelp
    {
    overflow: hidden;
    }
  
#taCommentText
  {
  position: absolute;
  padding: 0px;
  top: 0px;
  }
