.comment {
	margin-top: 10px;
}

.comment .comment  {
	background: url('img/resposta.gif') no-repeat top right;
	padding-left: 10px;
}

.comment_left {
	float: left;
	width: 80px;
	background: url('img/comment_seta.gif') no-repeat center right;
	text-align: center;
	padding-top: 7px;
	font-size: 0.9em;
}

.reply {
	text-align: right;
	padding-bottom: 5px;
}

.reply a {
	font-size: 10px;
}

.comment cite {
	font-style: normal;
}

.comment .meta {
	color: #999;
	font-size: 10px;
}

h2#comments {
	margin-left: 10px;
}

#addcomment {
	padding-left: 10px;
}

#addcomment h3, h3#trackback {
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	letter-spacing: -1px;
	margin: 0;
}

h3#trackback {
	margin: 15px 0 0 10px;
}

#commentform {
	margin-top: 10px;
	padding-bottom: 5px;
}

/* primeiro comment */

.comment-balao {
	background: #efe8d7 url('img/comment_top.gif') no-repeat top;
	margin-left: 80px;
}

.meta {
	padding: 3px 0 0 5px;
}

.comment-bottom {
	background: url('img/comment_bottom.gif') no-repeat bottom right;
	height: 4px;
}

.comment p {
	padding: 2px 0 0 7px;
	margin: 5px 0 0;
	font-size: 0.85em;
}

.reply {
	padding-right: 5px;
}

.comment .comment .comment-balao {
	background: #fff;
	margin-right: 10px;
	margin-bottom: 5px;
}

.comment .comment .comment-bottom {
	display: none;
}

.comment .comment .comment_left {
	background: url('img/comment_seta2.gif') no-repeat center right;
}

.comment .comment .comment .comment_left {
	background: none;
}

/* Comentario nao embedado */

#addcomment {
	margin: 0;
}

textarea#comment {
	width: 97%;
}

#addcomment textarea,input {
	font: 0.85em Verdana,Arial,sans-serif;
}

#addcomment small {
	float: right;
	padding-right: 10px;
}