.comments-template {
	margin: 25px 0px 0px 0px; 
	padding: 0;
}

.comments-template h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #61116a;
}

.comments-template h3#comments {
	border-bottom: 1px dotted #a2a2a2;
}

.comments-template h3#respond {
	margin: 10px 0px;
}

.comments-template ol.commentlist {
	margin: 0; padding: 0;
	list-style-type: none;
}

.comments-template  ol.commentlist li{
	margin: 0px 0px;
	padding: 8px 5px;
	border-bottom: 1px solid #dedede;
}

.comments-template .commentmetadata {
	margin: 0px 0px 10px 0px;
	padding: 0;
	background: url("../images/clock-icon.gif") no-repeat center left;
	text-indent: 22px;
	font-size: 12px;
}

.comments-template #commentform label small{
	font-size: 11px;
}


