.CommentListEntry
{
	width: 280px;
padding-bottom:3px;
}

.CommentListAvatar
{
	float:left;	
}

.CommentListUsername
{
	float:left;
	margin-left:10px;
	color:gray;
	font-size:12px;
}

.CommentListText
{
	float:left;
	margin-left:10px;
	width:200px;
	overflow:hidden;
}

.CommentListCreatedDate
{
	float:left;
	margin-left:10px;
	color:gray;
	font-size:10px;
padding-bottom:2px;
}

.CommentListDelete
{
	float:right;
}
.CommentListReply
{
	padding-left: 10px;
	width: 50px;	
	float: right;
}

.CommentListDelete a
, .CommentListDelete a:link
, .CommentListDelete a:visited
, .CommentListDelete a:hover
, .CommentListDelete a:active
{
	color:Black;
}