.comments-header {
	margin-bottom: 10px;
	clear: right;
}
.comments-header h3 {
	font-weight: bold;
}

.comments-header p.comment-add {
	background: #F6F7EF url('/images/template/arrow-up-gray.gif') no-repeat  152px 10px  !important;
}

.comments-header p.add-comment-link {
	float: right;
	font-size: 11px;
	background: #FFF url('/images/template/arrow-down.gif') no-repeat 152px 10px;
	padding: 10px 30px 10px 25px;
	height: 20px;
	line-height: 14px;
	text-align: right;
	
}
.comments-header h3 span {
	font-size: 11px;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	color: #666;
	margin-bottom: 2px;
}

p.comment-info {
	font-size: 11px;
	margin-bottom: 0px !important;
}
.comment-text {
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 1.3;
}

.comments-list {
	margin-top: 20px;
}


.comment-form {
	background: #F6F7EF; display: none;
}

.comment-form dl {
	padding: 20px;
	font-size: 12px;
}

.comment-form dl dt {
	float: left;
	width: 100px;
	height: 30px;
	vertical-align: top;
	color: #666;
	margin-top: 1px;
	clear: right;
	font-size: 11px;
}
.comment-form dl dd {	
	vertical-align: top;
	margin-top: 0px;
	margin-left: 115px;
}

.comment-form dl dd .inputbox, .comment-form dl dd textarea {
	border: 1px solid #999;
	width: 260px;
}

.comment-form dl dd .captcha-inpoutbox {
	border: 1px solid #999;
	width: 70px;
}

.message-added {
	padding: 5px 10px;
	border: 1px solid #06C;
	color: #06C;
	margin-top: 25px;
}
