﻿
////////////////////////////////////COMMENT-FUNCTIONALITY//////////////////////////////////////////////////////////////////////////
.commentInput div
{
	float:none;
}
.commentInput a
{
	text-decoration:none;
}
.commentInput .box
{
	display:none;
}
.commentInput
{
	clear:both;
	float:left;
	display:block;
	padding-top:30px;
	padding-bottom:20px;
}
.commentList
{
	border-top: solid 1px #DDDDDD;
	margin-top:40px;
}
.commentList .comment
{
	border-bottom: solid 1px #DDDDDD;
	padding-bottom: 5px;
	width:600px;
}
.commentList .comment .date
{
	color:gray;
}
////////////////////////////////////END COMMENT-FUNCTIONALITY//////////////////////////////////////////////////////////////////////////
