 /**
 * @autor:
 * @file : pesquisa.css
 * @brief: Arquivo respons�vel pela formata��o do layout. 
 *         Define a estrutura e formas 
 **/
#bodyPesquisaConteudo{
	font-size:13px;
}
.contornoRespostaPesquisa{
	width:544px;
	font-size:13px;
}

.tituloQuestionarioPesquisa{
	display: block;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	background-color:#FFFFFF;
	margin-top:10px;
	padding-bottom: 10px;
	color:#045096;
	padding-left:20px;
	padding-right:20px;

}

.tituloPrincipalQuestionario{
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
}

.botaoSalvarPesquisa{
	font-size:14px;
	font-weight:bold;
	border:1px #000 solid;
	
}

.containerPerguntasPesquisa {
	margin-top: 5px;
	padding-bottom: 10px;
}

.pertuntasPesquisa{
	font-size:13px;
	width:560px;
}

.radioRespostasPesquisa{
	font-size:13px;
}