#guestcomments {
	overflow:hidden;
}

#guestcomments .comment {
	margin-bottom: 25px;
}

#guestcomments .comment_name {
	font-weight: bold;
}

#guestcomments .comment_text {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:130%;
	color:#888888;
	padding-left: 40px;
	min-height: 40px;
	height: auto !important;
	height: 40px;
}

#guestcomments .comment_date {
	font-size:14px;
	font-style: italic;
	color:#EDB13B;
	margin: 2px 0 4px 0;
}

#guestcomments .pager {
	display: block;
	margin: 20px 0 0 0;
	padding-top: 5px;
	font-weight: bold;
	text-align: right;
	border-top: 1px solid #888888;
}

#guestcomments .pager a, #guestcomments .pager a:visited {
	color:#EDB13B;
}

#guestcomments .pager a:hover {
	color:#000000;
}
