/* 
    Document   : styleComment
    Created on : Sep 30, 2009, 9:41:55 PM
    Author     : Deepesh Shah Chheda
    Description:
        For the Comments section
*/

#commentBody
{
  margin:0;
  padding:0;
  width: 100%;
}

#commentLine
{
  margin:0;
  padding:0;
  width: 100%;
  position:relative;
  float:left;
}

#commentLeft
{
  margin:0;
  padding:0;
  width: 30%;
  float:left;
  left:0px;
  top: 0px;
  position:relative;
    text-align: right;
}

#commentCenter
{
  margin:0;
  padding:0;
  width: 10%;
  position:relative;
  float:left;
  left:1%;
  top: 0px;
}

#commentRight
{
  margin:0;
  padding:0;
  /*width: 40%;*/
  float:left;
  position:relative;
  right:0px;
  top:0px;
}

#commentRight p
{
  margin:inherit;
  padding:inherit;
  width: 90%;
  text-align: justify;
}

#commentContent
{
  margin:0;
  padding:0;
  width: 70%;
  float:left;
  position:relative;
  right:0px;
  top:0px;
}
