.commentlist p, .trackbacklist {
	line-height: 20px;
}
#respond h3,h3#comments,h3#pings {
	font-weight:400;
	font-size:13px;
	text-transform:uppercase;
	border-bottom:1px solid #888;
	margin-bottom:10px;
	padding-bottom:5px;
}

.comment {
	border:1px solid #ccc;
	position:relative;
	min-height:70px;
	padding:25px 0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.even {
	border:1px solid #FFD666;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.byuser {
	background:#FFF1CC;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.commentlist .children {
	padding-left:20px;
}

.cleft {
	position:absolute;
	left:10px;
	top:25px;
	max-width:145px;
	color:#aaa;
}

.cright {
	margin-left:100px;
	min-height:70px;
}

.numero {
	font-size:60px;
	color:#FFD666;
	position:absolute;
	right:10px;
	bottom:20px;
	z-index:2;
	font-style:italic;
	font-family:Georgia;
	font-weight:400;
}
.byuser .numero {
	font-size:60px;
	color:#FFD666;
	position:absolute;
	right:10px;
	bottom:20px;
	z-index:2;
	font-style:italic;
	font-family:Georgia;
	font-weight:400;
}

.texe {
	z-index:400;
	position:relative;
	padding-right: 60px;
}
.texe abbr {
	font-size: 11px;
}
.cleft .avatar {
	height:60px;
	display:block;
	width:60px;
	border:1px solid #999;
	margin-right:10px;
	background:#fff;
	margin-left:10px;
	padding:2px;
}

.cleft .avatar:hover {
	background:#fff;
	border:1px solid #ccc;
	margin-left:10px;
	padding:2px;
}

.comment-meta {
	font-size:11px;
	line-height:14px;
	margin-bottom:10px;
}

.reply {
	font-size:11px;
	position:absolute;
	right:10px;
	bottom:10px;
}

#respond textarea {
	border:1px solid #111;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	width:100%;
	background:#fff;
	margin:10px 0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#respond input#author,#respond input#email,#respond input#url {
	border:1px solid #111;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	width:100%;
	background:#fff;
	padding:5px 0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.comform {
	background:#f1f1f1;
	margin-bottom:10px;
	border:1px solid #ccc;
	padding:15px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}

#submit {
	background:#000 url(../images/bg-top.gif) 0 0 repeat-x;
	color:#fff;
	border:none;
	margin-bottom: 10px;
	padding:10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}