#comments
{
  font-size: 12px;
}

.comment
{
  clear: both;
}

.comment-thumbnail
{
  float: left;
  width: 70px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.comment-thumbnail-frame
{
  width: 70px;
  height: 64px;
  background: url(images/frame.gif) no-repeat;
  padding-top: 3px;
  padding-left: 3px;
}

.comment-main
{
  float: right;
  width: 690px;
  padding: 8px 25px 0px 0px;
}

.comment-header-left
{
  float: left;
}

.comment-header-right
{
  float: right;
  font-size: 16px;
  font-weight: bold;
}
.comment-username
{
  float: left;
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
  padding-top: 2px;
}

.comment-rating
{
  float: left;
}

.comment-body
{
  clear: both;
  padding-bottom:10px;
}

.comment-header
{
  clear: both;
}


.comment-odd
{
  background-color: #f5f7f7;
}

.comment-even
{
  background-color: #ffffff;
}

#comment-submit-wrapper
{
  clear: both;
}

#comment-submit
{
  background-color: #f5f7f7;
  width: 800px;
  height: 200px;
}

.comment-submit-thumbnail
{
  float: left;
  width: 70px;
  padding: 10px 10px 10px 10px;
}

.comment-submit-thumbnail-frame
{
  width: 70px;
  height: 64px;
  background: url(images/frame.gif) no-repeat;
  padding-top: 3px;
  padding-left: 3px;
}

#comment-submit-main
{
  float: right;
  width: 710px;
  padding-top: 12px;
  /*padding-right: 5px;*/
}

.comment-submit-title
{
  font-weight: bold;
  font-size: 16px;
}

.comment-submit-header-left
{
  float: left;
}

.comment-submit-header-right
{
  float: right;
  font-size: 11px;
  padding-top: 4px;
  padding-right: 10px;
}

.comment-submit-body
{
  clear: both;
}
  
.comment-submit-button
{
  border-style: none;
}

#comment-submit-data
{
  width: 695px;
  height: 140px;
  font-family: arial;
  font-size: 12px;
}

.comment-submit-controls-left
{
  padding-top: 1px;
}

.comment-submit-controls-right
{
  font-size: 16px;
}

#comment-submit-loader
{
  width: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 84px;
}