@charset "ISO-8859-1";
#comentario {
	width: 730px;
}
#dados {
	height: 300px;
	width: 300px;
	float: left;
}
#respostas {
	float: left;
	height: 300px;
	width: 430px;
	overflow: auto;
	background-color: #333;
}

