#guestcomments-container {
	width:100%;
}

#guestcomments .comment {
	font-size: 1.1em;
	margin-top: 25px;
	margin-bottom: 25px;
}

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

#guestcomments .comment_text {
	background: url(../images/comment.png) no-repeat scroll left top;
	padding-left: 40px;
	min-height: 40px;
	height: auto !important;
	height: 40px;
}

#guestcomments .comment_date {
	font-style: italic;
	color:#463B3E;
	margin: 2px 0 4px 0;
}

#guestcomments .pager {
	display: none;
}
