.namedate {
	border-top: solid #ccc 0px;
	padding-top: 12px;
}
.name {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
}
.clearfloat {
	clear: both;
}
.date {
	float: right;
	width: 48%;
	font-size: 12px;
	text-align: right;
}
.comment_wrapper
{
    margin-top:14px;	
}
.comment_body {
	padding-left: 14px;
	border-left: solid #ccc 1px;
	border-right: solid #ccc 1px;
	border-top: solid #ccc 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/comment_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-right: 14px;
	line-height: 160%;
	text-align: left;
}.headwrap {
	height: 26px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
}
.nogaps {
    margin: 0px;	
	}
.comment_bottom {
	background-image: url(../images/comment_bottom.gif);
	background-position: left bottom;
	height: 4px;
}
.comment_top {
	background-image: url(../images/comment_top.gif);
	background-position: left bottom;
	height: 20px;
	border-bottom: solid #ccc 0px;
}

