body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin:0px;
}
form {
  display: inline;
}
br {
  clear: left;
}
h2 {
  font-size: 18px;
  margin: 0px;
}
#ListagemComentarios {
  overflow: auto;
	height: 150px;
}
#ComentariosListagem {
	padding: 5px;
	width: 280px;
}
#ComentariosListagem strong {
	display: block;
	font-size: 16px;
	color: #006600;
}
#ComentariosListagem em {
	display: block;
	font-size: 9px;
	color: #96CF89;
}
#ComentariosListagem span {
	display: block;
	padding-left: 10px;
	padding-bottom: 10px;
}
#ComentariosForm label {
  display: block;
  padding-top: 10px;
}
#ComentariosForm .form_fields {
  background-color: #FDFFFB;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #284826;
  border-right-color: #9BCC99;
  border-bottom-color: #9BCC99;
  border-left-color: #284826;
}
#ComentariosForm {
	width: 280px;
	padding: 5px;
  text-align: left;
  background-color: #FFF;
}
#ComentariosTransicao {
  text-align: center;
}
#ComentariosTransicao span {
  color: #000 ;
}
#ComentariosTransicao p {
  margin-top: 40px;
}
