

/* for display all comments */
.clear-div {
	clear: both;
}
#comments-display {
	margin-top: 16px;
	margin-left: 35px;
	width: 600px;
	height: 400px;
	overflow: auto;
}

#author-box{
	padding-left: 5px;
	float: left;
	width: 550px;
	padding-top: 5px;
}
#comments-author{
	float: left;
	width: 350px;
}
#comments-datetime{
	padding-left: 2px;
	float: right;
	width: 150px;
}
#review-text{
	padding-left: 5px;
	float: left;
	width: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DFDDE1;
}
#review-author-avatar{
	float: left;
	padding-right: 5px;
	padding-top: 5px;
	width: 35px;
	height: 35px;
	padding-top: 5px;
}
#announcement-displayer{
	overflow: auto;
	float: left;
	width: 580px;
	margin-top: 10px;
}
#date-holder{
	overflow: auto;
	float: right;
	width: 500px;
	height: 30px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
#comment-holder{
	float: left;
	width: 580px;
}
/* end of for display all comments */
