.commentBox {
	background-color:#fff;
}
.commentBox-bottom {
	clear:both;
}
.comment{
	margin-left:5px;
	overflow:hidden;
}
.avatar img{
	float:left;
	border:1px solid #000;
}
.comment-time{
	font-size:10px;
}
.textareawide{
	width:90%;
}
.commentBox{
	background-color:#fff;
}
td.top-level{
	border-bottom:1px solid #E2E2E2;
}

td.reply{
	background-color: #F3F3F3;
}
.ind-no-border{
	min-height: 20px;
	padding: 9px 10px 5px;
}
.stamp {
	color: #777777;
}
#errorMsg{
	color:#f00;
}
.textareawide{
	width:100%;
}
.disclaimer-small{
	color: #777777;
	font-size: 10px;
}
.commentStream table{
	table-layout:fixed;
}