
.commentForm  input , .commentForm TEXTAREA{
    font-family: Tahoma;
    font-size: 11px;
    border: solid 1px #9D9AAD;
}

.commentSubTitle {
    font-family: Tahoma;
    font-size: 11px;
    background: #F3F4F8;
}


.commentForm{
  border: solid 1px #BDC6D7;
}


.commentHead{
  background: #FBE8D2;
  font-family: Tahoma;
  font-size: 11px;
}


.commentText{
  background: #FDF3EA;
  font-family: Tahoma;
  font-size: 12px;
  border: solid 1px #FBE8D2;
}



.commentTitle a{
	font-family: Arial;
	font-size: 16px;
    color: #5F719E;
    font-weight: bold;
    text-decoration: none;
    background: #EAECF2;
    width:100%;
}

.commentsTitle{
	font-family: Arial;
	font-size: 16px;
    color: #AF7E4E;
    font-weight: bold;
    text-decoration: none;
    background: #F9DBB9;
    width:100%;
}


.commentsAll{
  border: solid 1px #D9B8A4;
}



.commentComment{
  background: #FFF0E1;
  color: #CA3D00;
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
}