*{
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #47423a;
	border: none;
}
body{
	background-color: #fff;
}
#pergunta{
	width: 280px;
	margin: 50px 0 0 0;
}
#pergunta h3{
	font-size: 16px;
	margin: 10px;
}
#pergunta h3 strong{
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background-color: #ff9900;
	display: block;
	float: left;
	margin: 0 6px 6px 0;
	
}
#pergunta p{
	line-height: 16px;
	margin: 15px 10px;
}
#pergunta p a:hover{
	color: #ff9900;
}
#pergunta p a span{
	width: 13px;
	height: 13px;
	display: block;
	background-image: url(img/enq.gif);
	float: left;
	margin: 0 5px 0 0;
}
#pergunta p a:hover span{
	background-position: 0 -13px;
}
#pergunta.erro a:hover,
#pergunta.erro a{
	color: red;
	font-weight: bold;
}
#pergunta.erro p a span,
#pergunta.erro p a:hover span{
	background-position: 0 -26px;
}

#pergunta.erro p.tente a{
	width: 210px;
	height: 24px;
	border: 1px solid #ff9900;
	color: #fff;
	line-height: 24px;
	display: block;
	text-align: center;
	background-color: #ff9900;
	
}
#pergunta.erro p.tente a:hover{
	background-color: #fff;
	color: #ff9900;
}
#pergunta.acerto p a span,
#pergunta.acerto p a:hover span{
	background-position: 0 -39px;
}
#pergunta.acerto a:hover,
#pergunta.acerto a{
	color: #00a900;
	font-weight: bold;
}
p.credito{
	color: #999;
	font-size: 10px;
	margin: 10px;
}
#pergunta.respe p.erro{
	margin: 0 10px;
}
#pergunta.resp p.acerto,
#pergunta.respe p.acerto,
#pergunta.respd p.erro,
#pergunta.respd p.tente,
#pergunta.respc p.erro,
#pergunta.respc p.tente,
#pergunta.respb p.erro,
#pergunta.respb p.tente,
#pergunta.respa p.erro,
#pergunta.respa p.tente,
#pergunta.resp p.erro,
#pergunta.resp p.tente{
	display: none;
}
#pergunta.respe p.erro a,
#pergunta.respe p.tente a{
	width: 210px;
	height: 24px;
	border: 1px solid #ff9900;
	color: #fff;
	line-height: 24px;
	display: block;
	text-align: center;
	background-color: #ff9900;
	
}
#pergunta.respe p.erro a{
	background-color: red;
}
#pergunta.respe p.tente a:hover{
	background-color: #fff;
	color: #ff9900;
}
#pergunta.respd p.op_d a span,
#pergunta.respd p.op_d a:hover span,
#pergunta.respc p.op_c a span,
#pergunta.respc p.op_c a:hover span,
#pergunta.respb p.op_b a span,
#pergunta.respb p.op_b a:hover span,
#pergunta.respa p.op_a a span,
#pergunta.respa p.op_a a:hover span{
	background-position: 0 -39px;
}
#pergunta p.acerto a:hover,
#pergunta p.acerto a,
#pergunta.respd p.op_d a:hover,
#pergunta.respd p.op_d a,
#pergunta.respc p.op_c a:hover,
#pergunta.respc p.op_c a,
#pergunta.respb p.op_b a:hover,
#pergunta.respb p.op_b a,
#pergunta.respa p.op_a a:hover,
#pergunta.respa p.op_a a{
	color: #00a900;
	font-weight: bold;
}

h2.titulo{
	display: none;
}










































