
/***************************************************
	Título
***************************************************/
h4.titulo .icone{
	width: 23px;
	background-image: url(img/titulo/icn_mural.gif);
}

/***************************************************
	Formulario
***************************************************/
form.formulario h5{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.1em;
}
form.formulario h5{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.1em;
}
form.formulario .c_text{
	height: 26px;
	overflow: hidden;
}
form.formulario .c_text input.text{
	float: left;
	margin-right: 4px;
}
form.formulario .c_textarea textarea{
	float: left;
}
form.formulario .c_textarea span,
form.formulario .c_text span{
	float: left;
}
form.formulario span{
	height: 26px;
}
form.formulario .c_captcha img{
	float: left;
}

/***************************************************
	Mural
***************************************************/
.respostas{
	background-color: #ecf7f7;
}
.respostas li{
	position: relative;
	padding: 10px;
}
.respostas .botao_opine{
	cursor: pointer;
	display: block;
	width: 72px;
	height: 24px;
	padding-top: 2px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: 10px;
	background-image: url(img/bt_opine.png);
	color: #fff;
	font-size: 1.2em;
	text-align: center;
}

.opnioes{
	clear: both;
	padding-left: 100px;
}
.opnioes ul.lista li{
	padding: 10px;
	margin-bottom: 5px;
	background-color: #fff;
}


.respostas li .opnioes { display: none; }
.respostas li.ativo .opnioes { display: block; }
.respostas li.ativo .botao_opine { margin-left: 10px; margin-right: auto; }

.respostas li.even { background-color: #fff; }
.respostas li.even form.formulario { background-color: #fff; }
.respostas li.even .opnioes ul.lista li { background-color: #ecf7f7; }