#commentsWrapper{
}

.comment
{
	padding:10px;
	margin-bottom:5px;
	background-color:#f1f1f0;
	overflow:auto;
	height:1%px;
	border-bottom:1px solid #e2e2df;
}

.comment .commentUser,
.comment .commentText
{
	float:left;
}

.comment .commentUser
{
	width:75px;
	height:100px;
	margin-right:10px;
}

.comment .commentText
{
	width:500px;	
}

.commentText a{
	color:#505050;
}

textarea#comment
{
	width:610px;
	height:150px;
}