#comments{
	border-top: 1px #cccccc solid;
}
#comments h2{
	margin:0 0 6px 0;
	padding:0;
}
.comments-info{
	color:#999;
	font-size:11px;
	font-weight: bold; 
	display:inline;	
}
.comments-info span{
	color:#000;
}
.comments-list li{
	background-repeat:no-repeat;
	padding-left:30px;
	margin-left:5px;
}
.comments-list {
	margin-top: 2em;
}
.comments-text{
	font-size:12px;
	color:#454545;
}
.comments-form{
	margin:30px 0 0 0;
}
.comments-form p{
	margin-right:28px;
	padding-left: 1px;
}
.comment-authorbox p input, .comment-emailbox p input{
	width:224px;
	height:15px;
}

}
.commentTa textarea{
	width:470px;
	height:118px;
}
#author,
#email,
#comment {
	border:1px solid #3e4955;
}

.comments-list ol {
list-style-position:inside;
list-style-type: none;
}

.comments-list ol li {
    padding: 0;
}


