/* Bar at the fotter of articles */
.commentsbar {
        position: relative;
	/* border: 1px solid #cccccc; */
	/* background: #ffffff; */
        width: 490px;
        height: 25px;
      font-size: 12px;
      font-weight: bold;
      text-align: right;
}

/* Bar with Smilies in it */
.smiletoolbar { 
	padding:2px; 
	border:dashed 1px #000000; 
	background-color:#e6e6e6; 
	color:#000000;
}

.commentWrap {
  width: 462px; margin-bottom: 30px;
}

.commentIn {
  text-align: left;
  padding: 5px;
  width: 450px;
  border-top: 1px solid #c467ff;
  border-left: 1px solid #c467ff;
  border-right: 1px solid #c467ff;
}

.commentS1 {
  width: 462px;
  height: 12px;
}

.commentS2 {
  float: left;
  width: 422px;
  border-top: 1px solid #c467ff;
  height: 12px;
}

.commentS3 {
  float: left;
  height: 12px;
  width: 40px;
}

.commentData {
  position: relative;
  width: 100%;
  font-size: 11px;
  text-align: right;
}