.commentsListBtn {
	padding: 0px;
	height: 30px;
	width: 145px;
	float: left;
	left:0px;
	top:0px;
	bottom: 0px;
	background: #403a44;
	position: relative;
	/*display: inline;*/
	/*
	border-left: 2px solid #999999;
    border-right: 2px solid #999999;*/
}
.insertCommentsBtn { 
	padding: 0px;
	top:0px;
	bottom: 0px;
	/*display: inline;*/
}
.voteBtn { 
	color: #f1f1f1;
}
.insertCommentInlineDivClass {
	width: 420px;
	height:auto;
}
.singleCommentDivRound {
	padding: 10px;
	background: #666666;
    margin: 10px;
  	font-size: 10px;
  	text-align: justify;
}

.BoxExtra{
 border-top:#bfbfbf 1px solid;
 border-bottom:#000000 1px solid;
 color:#f1f1f1;
 font-weight:bold;
 text-align:left;
 height:25px;
 background-color: #666666;
 font-size: 11px;
 padding-left: 6px;
 padding-top: 0px;
 display: block;
 }
.tableExtra{
padding: 0px;
margin: 0px;
font-size: 11px;
 }

/*.insertCommentDivClass {*/

