﻿@charset "utf-8";
/* PAGINA DE PESQUISA  */


/*- BOX PESUISA ----------*/
	div#box-pesquisa { margin: 10px 24px; width: 721px; }
	
		/* Texto Geral */
			.pesquisa-text { font-family: Verdana, Geneva, sans-serif; font-size: 11px; text-align: justify; color: #797a7a; line-height: 130%; }
			
			
			div#pesq-tit-sessao { padding-top: 15px; font-weight: bold; }
		/*-- Questoes --*/	
			div#pesq-quest-box { padding: 10px 0; }
			
			/*Options*/
				div#pesq-quest-opt { padding: 3px 0; }
				
			
			/*Observacoes*/
				div#pesq-quest-obs { padding: 5px 0 0; }
				
			/*Outras Concideracoes*/
				div#pesq-quest-out { padding: 5px 0; }
				
			/*Pes Select*/
				div#pesq-sel { padding: 3px 0; }
				
			/*TextArea Grande*/
				.textarea-grande { width: 580px; height: 70px; }
				.textarea-medio { width: 580px; height: 40px; }
				
			/*Outro campos*/
				.pesq-email { width: 443px; float: left; }
				.pesq-telefone { width: 130px; float: left; padding-left: 15px; }
			
			/*LABEL*/
			.label-space { padding-right: 35px; }
			.label-grande { width: 100%; padding-bottom: 3px; }
			
			/*Text Area*/
			 .pesq-textarea { border: 1px solid #a3a3a3; font-family: Verdana, Geneva, sans-serif; font-size: 11px; color: #797a7a; padding: 3px; }
			 .pesq-select { border: 1px solid #a3a3a3; font-family: Verdana, Geneva, sans-serif; font-size: 11px; color: #797a7a; padding: 0; }
			 
			/*ENVIAR*/
			input#bt-enviar-respostas { width: 140px; height: 23px; background-image: url(images/bt-enviar-respostas.jpg); border: 0 none; cursor: pointer; padding: 0; }




