input {
	font: 110%  arial, helvetica;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	padding: 5px 3px 3px 5px;
	background: url(images/form-field-bg.gif) no-repeat;
	border: 1px solid #999;
}
textarea {
	background:url(images/form-field-bg.gif) no-repeat;
	border: 1px solid #999;
}

.botao, input[type="submit"], input[type="button"], .submit {
	border: 1px solid #aaa;
	background: #e5e5e5 url(images/agradient-30light.gif) repeat-x left top;
	margin:0;
	color: #666;
	font-weight: bold;
	font-family: arial, helvetica;
	width: 120px;
	cursor: pointer;
}
.botao:hover{
	color: #0088CC;
}
.botao:active, input[type="submit"]:active{
	background: #e5e5e5 url(images/agradient-30.gif) repeat-x left top;
	color: #000;
}
.imprimir {
	text-align:center;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 5px;
	margin-top: 20px;
}
.base {
	height: 24px;
	background-image: url(images/baseFill.png);
	background-repeat: repeat-x;
	border-top: 1px solid #000000;
	-moz-border-radius: 0 0 10px 10px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
}
.linha {
	background-image:url(images/ponto.gif);
	background-repeat:repeat-x;
	width: 250px;
}
/* ******************************* COMENTARIOS ******************************* */

.comentario {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	margin: 10px 30px;
	padding: 5px 10px 5px 10px;
	border-top: 2px dashed #E0E0E0;
}
.comentario ol {
	color: #000000;
	font-size: 11px;
}
.comentario li {
	padding: 10px 5px;
}
.comentario .autor {
	font-size: 14px;

	padding-left: 5px;
	color: #363;
	letter-spacing: 1px;
}
.comentario .autor a{
	color: #363;
	font-weight: bold;
}
.comentario .autor a:hover{
	color: #696;
	font-weight: bold;
}
.comentario .data {
	font-size: 10px;
	font-weight: bolder;
	color: #999999;
	padding-left: 5px;
}
.comentario .conteudo {
	margin-top: 5px;
	font-size: 12px;
	line-height: 20px;	
	padding: 0px 5px;
}
.comentario .karma {
	font-size: 10px;
	color: #000;
	float: right;
}
.comentario .karma img{
	margin: 0px 0px 0px 0px;
}
/* ******************************* ADD COMENTARIOS ******************************* */
.adicionar_comment {
	margin: 10px 10px 20px 10px;	
}
.adicionar_comment a{
	color:#333;
	font-weight: bold;
	margin: 10px 10px 20px 10px;
}
.adicionar_comment a:hover{
	color:#363;
	font-weight: bold;
	margin: 10px 10px 20px 10px;
}
.add_comentario {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	margin: 10px 30px;
	padding: 5px 10px 5px 10px;
	border-top: 2px dashed #E0E0E0;
	display:none;
}
.add_comentario .campo {
	font-size: 12px;
	color: #999;
	width: 180px;
	height: 25px;
	margin: 2px 0px;
}
.add_comentario .campo_onfocus {
	font-size: 12px;
	color: #000;
	width: 180px;
	height: 25px;
	margin: 2px 0px;
	border: 1px solid #000;
}

.add_comentario .texto {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	padding: 5px 3px 3px 5px;
	color: #999;
	width: 360px;
	margin: 2px 0px;
	overflow: auto;
}
.add_comentario .texto_onfocus {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	padding: 5px 3px 3px 5px;
	color: #000;
	width: 360px;
	margin: 2px 0px;
	overflow: auto;
	border: 1px solid #000;
}

.add_comentario .botao {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	margin: 5px 20px 10px 0px;
}
h2.titulo{ text-align:center;}
.post{ margin:10px;}