#guestcomments .comment {	
	font-size: 1.2em;
	margin-top: 10px;
	color:#FFF;
	border-bottom:dotted 1px #FFF;
}

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

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

#guestcomments .comment_date {
	font-style: italic;
	margin: 2px 0 8px 0;
}

#guestcomments .pager {
	position:relative;
	display: block;
	margin: 20px 0 0 0;
	padding-top: 5px;
	font-weight: bold;
	text-align: right;
	z-index:99999;
}


#guestcomments .pager a{
	color:#FFF;
	text-decoration:none;
}

#guestcomments .pager a:hover{
	color:#AAC0B2;
	text-decoration:none;
}
