@charset "UTF-8";
/* CSS Document */

body {
	background-color: black;
	width: 610px;
}
#wrapperQuiz{
	width:610px;
	height:433px;
	background-color: black;
}
#quizPerguntasPerguntas{
	position:absolute;
	top: 0;
	width: 570px;
	margin: 120px 0 0 20px;
}
#quizPerguntasPerguntas #imgPergunta{
	position: absolute;
	top: 161px;
}
#numeroPergunta {
	position:absolute;
  top:-112px;
	right: 11px;
	font-size:12px;
	font-family: "FRegular", "Helvetica", Arial, Sans-Serif;
}
#txtPergunta{
	text-align:left;
  width:390px;
	font-size: 17px;
	margin-top: 8px;
	margin-right: 15px;	
	margin-left:126px;
}
.txtRespostas{
	color:#fff;
	cursor:pointer;
}
.respVermelha {
	color: #d2232a;!important
	font-weight: bold;
}
.respVerde {
	color: #71bf44;!important
	font-weight: bold;
}

#feedbackResposta {
	position:absolute;
	top: 280px;
	left: 237px;
}
#labelContinuar {
	font-family: "FItalic", "Helvetica", Arial, Sans-Serif;
	position: absolute;
	top: 265px;
	width: 100%;
	left: -13px;
	text-align: center;
}
.btnContinuarInicio {
	position: absolute;
	top: 360px;
	left: 254px;
	cursor: hand;
	cursor: pointer;
}
#btnContinuar {
	position: absolute;
	cursor: hand;
	cursor: pointer;
	top: 240px;
	margin-left: 258px;
}
#divRadioButtons {
	position: absolute;
	left: 100px;
	top: 70px;
	line-height:0.9em;
}
#divRadioButtons td {
	padding-top: 8px;

}
#tableRespostas{
	padding-right: 10px;
}
#qPerguntasRespondidas{
	position:absolute;
	top: 190px;
	left: 175px;
	color: #fff;
	font-size:18px;
	font-family: "FBold", "Helvetica", Arial, Sans-Serif;
}
#btnFim{
	cursor: hand;
	cursor: pointer;
}
#btnsFinais {
	position:absolute;
	top: 375px;
	margin-left: 150px;
}
#btnsFinais img {
	float:left;	
	margin-left: 108px;
}
#imgTxtAbreTexto {
	position:absolute;
	top: 150px;
	width: 580px;
	padding: 10px;
}
#imgTxtAbreTexto h3{
	font-size:22px;
	font-family: "Helvetica", Arial, Sans-Serif;
	color: black;
	text-align:center;	
}
#imgTxtAbreTexto p{
	font-size:17px;
	font-family: "Helvetica", Arial, Sans-Serif;
	color: black;
}	
#stage1 img {
	position:absolute;
	cursor: hand;
	cursor: pointer;
}
#divTableResultados {
	position: absolute;
	top: 135px;
	left: 50px;
}
#divTableResultados td{
	margin: 0;
	padding-top: 5px;
}

#divTableResultados a{
	color:black;
}

.bordeSupCeldas{
	border-top: solid 1px #999;
}
#txtCliqueFinal {
	position:absolute;
	top: 102px;
	left: 100px;
	font-family: "Helvetica", Arial, Sans-Serif;
	color: black;	
}

#output {
	position: absolute;
	top: 600px;
	color: black;
}
#output2 {
	position: absolute;
	top: 610px;
	color: black;
}


/* */
.rbRespostas {
	cursor:pointer;
	display:inline-block;
	width: 12px;
	height: 12px;
	border-style: solid;
	border-width: 2px;
	border-color: #fff;
	margin-right: 17px;
	margin-left: 28px;
	margin-top: 2px;
}
.rbRespostasSelected {
	background-color: black;
}

.tableRespostas {
	border-spacing: 0;
}
.tableRespostas div {
	cursor:pointer;
}

.rbResp_tick {
	display:inline-block;
	width:35px;
	vertical-align: top;
	margin-top:10px;
}

.respTd {
	display:inline-block;
	width:345px;
	vertical-align: top;
}




