#floating_comments {
	background-color: #FFFFFF;
	padding-left: .38em ;
}
#floating_comments .hd {
	padding-bottom: 1.91em;
}
#floating_comments h4 {
	font-size: 122%;
	color: #D07A00;
	font-weight: bold;
	padding-bottom: .96em;
}
#floating_comments .comment {
	margin-bottom: 1.15em;
}
#floating_comments .comment .contents {
	float: left;
	width: 184px;
}
#floating_comments .comment .contents .hd {
	background:  transparent no-repeat top -1px;
	background-image: url(../images/comment_bubble.png);
    background-repeat: no-repeat;	
	background-position: -1px top;	
	height: 13px;
	font-size: 92%;
	color: #999;
    margin-right: 0px;
	min-height: 1px;	
}

#floating_comments .comment .contents .hd em {
	color: #000;
	font-weight: bold;
}
#floating_comments .comment .contents .bd {
	background: transparent repeat-y -191px 0;
	background-image: url(../images/comment_bubble.png);	
	padding-left: 22px;
	padding-right: 32px;
}
#floating_comments .comment .contents .ft {
	background: transparent no-repeat  bottom -1px;
	background-image: url(../images/comment_bubble.png);	
	background-repeat: no-repeat;
	background-position: -1px bottom ;	
	height: 23px;	
}

