.widget-comentario-com-autenticacao{
	background:#FBFBFB; 
	border:1px solid #ddd;
	border-radius:3px;
	padding: 13px 15px;
}

.row-comentario{
	background:#FBFBFB; 
	border:1px solid #ddd;
	border-radius:3px;
	padding: 13px 15px;
	margin-top:15px;
	font-size:13px;
}

.comentario_nome{
	font-weight:bold;
}

.widget-comentario input[type=submit]{
	margin-top:15px !important;
}

.widget-exibe-comentario {
	list-style:none;
	margin:0;
	padding:0;
}

.widget-comentario-com-autenticacao  input{
	border:1px solid #ddd;
	padding:4px;
	width:98%;
}
.txt-mensagem-autenticacao{
	font: 13px Arial,Verdana,sans-serif;
	color: #333;
	padding: 4px;
	border: 1px solid #CCC;
	width: 98%;
	border-radius: 3px;
	resize:none;
}
.mensagem-nome{
	margin-bottom:10px;
	font-weight:bold;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
}

.widget-comentario-com-autenticacao .btn:hover{
	color: #333;
	text-decoration: none;
	background-position: 0 -20px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}

.widget-comentario-com-autenticacao .btn{
	margin-right:10px;
	display: inline-block;
	padding: 0px 5px;
	margin-bottom: 0;
	margin-top: -4px;
	margin-left:10px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(top,#FFF,#E6E6E6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFF),to(#E6E6E6));
	background-image: -webkit-linear-gradient(top,#FFF,#E6E6E6);
	background-image: -o-linear-gradient(top,#FFF,#E6E6E6);
	background-image: linear-gradient(to bottom,#FFF,#E6E6E6);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	border-color: #E6E6E6 #E6E6E6 #BFBFBF;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #B3B3B3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	font-size:10px;
}

.tag_comentario{
	border-bottom: 1px #CCC solid;
	margin-bottom: 20px;
	font-weight: lighter;
	font-size: 22px;
}