#comment{
	margin: 0;
	padding: 0;
}

.commentlist {
	list-style: none;
	margin-left: 0!important;
}
.commentlist  li{
	margin-bottom: 0;
}
.commentlist p, .trackbacklist {
	line-height: 16px;
	font-size: 11px;
	font-family: Georgia,Arial,Helvetica,Verdana;
}
#respond h3,h3#comments,h3#pings {
	text-transform:uppercase;
	border-bottom:1px solid #888;
	margin-bottom:10px;
	padding-bottom:5px;
	color: #0600ff;
	font-size: 18px;
	font-weight: bold;
}

.comment {
	position:relative;
	min-height:70px;
	padding:5px 0;
	margin-bottom: 5px;
}

.even {
	border:none;
	margin-bottom: 10px;
}

.commentlist .children {
	padding-left:20px;
}

.cleft {
	float: left;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 60px;
}
.cleft .fn{
 color: #333;
}
.cright {
	float: right;
	margin:0px;
	width: 394px;
	min-height:40px;
	background: transparent url(images/bubble.png) 0 0 no-repeat;
}
.cright .com-bottom{
	margin: 0;
	height: 13px;
	background: transparent url(images/cb.png) 15px right no-repeat;
}
.comod{
	float: right;
	margin:0px;
	width: 374px;
	font-size: 10px;
	color: #676767;
}
.texe {
	position:relative;
	margin-left:30px;
	margin-right: 10px;
	font-size: 9px;
	font-family: Georgia,Arial,Helvetica,Verdana;
}
.texe abbr {
	font-size: 11px;
}
.cleft .avatar {
	height:50px;
	width:50px;
	margin: 0;
}

.comment-meta {
	font-size:11px;
	line-height:14px;
	
}

.reply {
	font-size:11px;
	position:absolute;
	right:10px;
	bottom:10px;
}

#respond textarea {
	border:1px solid #E3E3E3;
	width:100%;
	background:#fff;
	margin:10px 0;
}

#respond input#author,#respond input#email,#respond input#url {
	border:1px solid #E3E3E3;
	width:70%;
	background:#fff;
	padding:5px 0;
}

.comform {
	background:#fff;
	margin-bottom:2px;
	border:1px solid #f2f7ff;
	padding:15px;
}

#submit {
	background:#fff;
	color:#000;
	margin-bottom: 10px;
	padding:7px;
	border:1px solid #E3E3E3;
	cursor: pointer;
}