﻿.contentComments a, .contentComments a:link, .contentComments a:hover, .contentComments a:visited
{
  position: relative;
  float: right;
  color: #de001c;
}

.commentsList
{
  text-align: left;
  font-size: 11px;
  color: #000;
  float: left;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  position: relative;
  clear: both;
  border-bottom: 1px dashed #0094B8;
  width: 695px;
}

/* comments Panels */

.btnSendComment, .btnSendComment a, .btnSendComment a:link, .btnSendComment a:visited, .btnSendComment a:hover
{
  width: 100px;
  text-align: center;
  color: #fff;
  padding: 5px;
  background-color: #585858;
}

.CommentName, .CommentMail
{
  width: 461px;
}

.CommentText
{
  width: 461px;
  height: 100px;
}

.CommentInfo
{
  font-size: 10px;
}

.Captcha
{
  width: 150px;
}



/* riga commenti nei reader */
.commentsCount
{
  text-align: right;
  background-image: url(../../images/dot.gif);
  background-position: center 8px;
  background-repeat: repeat-x;
}

.commentsCount a
{
  padding-right: 17px;
  background-color: #f2f2f2;
  background-image: url(../../images/frecce.gif);
  background-position: right 4px;
  background-repeat: no-repeat;
}

