.quest_titulo {
	font-size: 14px;
	font-weight: bold;
}
.quest_texto {
	margin-top: 1em;
}
.quest_pergunta {
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.quest_respradio TABLE, .quest_respcheck TABLE {
	border-collapse: collapse;
}
.quest_respradio TABLE TD, .quest_rescheck TABLE TD {
	padding: 0px;
	margin: 0px;
}
.quest_respradio, .quest_respcheck, .quest_resptexto {
	padding-left: 1em;
}
.quest_resptexto INPUT {
	width: 94%;
}
.quest_separador {
	text-align: left;
}
.quest_separador HR {
	height: 1px;
	color: #666666;
	border: 0px;
	width: 98%;
}	
.quest_submit {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: left;
}
