.clear {
	clear: both;
}
#home-comment-box {
	float: left; 
	width: 150px; 
	padding: 11px 10px 10px 10px; 
	height: 74px; 
	background: #cbc46a;
}
#home-comment-box a {
	text-align: center; 
	display: block; 
	color: #fff; 
	font: 18px Arial, sans-serif;
	padding-bottom: 2px;
}
#home-comment-box a:hover {
	color: #666;
}
#home-comment-box a#add-a-comment {
	background: url(images/comment-off.gif) no-repeat;
	height: 23px;
	width: 125px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
}
#home-comment-box a:hover#add-a-comment {
	background: url(images/comment-on.gif) no-repeat;
}
#home-comment-box a#link-post {
	background: url(images/linkpost-off.gif) no-repeat;
	height: 23px;
	width: 125px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
}
#home-comment-box a:hover#link-post {
	background: url(images/linkpost-on.gif) no-repeat;
}
#home-comment-box a#send-friend {
	background: url(images/send-to-friend-on.gif) no-repeat;
	height: 23px;
	width: 125px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
}
#home-comment-box a:hover#send-friend {
	background: url(images/send-to-friend-off.gif) no-repeat;
}
#comment_box {
	margin-bottom: 40px; 
	float: left; 
	color: #666; 
	padding: 10px; 
	background: #e5e1b4; 
	width: 618px; 
	height: 75px; 
	overflow: auto;
}
#pop-comment-form {
	clear: both;
	display: none;
}
