html, body {
	
	width: 100%;
	height: 100%;
	margin: 0;
	
	}

div.perguntas, div.respostas {

	/*float: left;*/
	font: 12px Verdana, Sans;
	color: #000099;
	padding-top: 3px;
	
}

div.perguntas {
	
	float: left;
	
	
}

div.numero_questao {

	float: left;
	padding-left: 3px;
	font: 16px Verdana, Sans;
	font-weight: bold;
	color: #CACACA;
	width: 35px;
	padding-top: 1px;


}

div.respostas {

	padding-left: 38px;
	padding-bottom: 5px;
	white-space: nowrap;
	
}

div.botoes {

	/*float: right*/

	text-align: right;
	white-space: nowrap;

}

div.box_questao_selecionado {

	border: 1px solid; border-color: #990000;margin: 4px; padding: 5px;

}

div.box_questao {

	border: 2px solid; border-color: #FFFFFF;margin: 3px; padding: 5px;
	
}