form p {
  margin:				0px;
  font-size:			140%;
  font-weight:			normal;
}
form th{
  text-align:			left;
}

input {
  width:				250px;
  /*height:				25px;*/
  font-size:			110%;
  color:				black; /*Azul escuro*/
  border-top:			black solid 1px;
  border-right:			black solid 1px;
  border-bottom:		black solid 1px;
  border-left:			black solid 1px;	
  /*background-color:		#e3f4fd;*/
	
}

textarea {
  width:				250px;
  height:				100px;
  font-size:			110%;
  color:				black; /*Azul escuro*/
  border-top:			black solid 1px;
  border-right:			black solid 1px;
  border-bottom:		black solid 1px;
  border-left:			black solid 1px;	
  /*background-color:		#e3f4fd;*/
	
}

select {
  width:				250px;
  /*height:				25px;*/
  font-size:			110%;
  color:				black; /*Azul escuro*/
  border-top:			black solid 1px;
  border-right:			black solid 1px;
  border-bottom:		black solid 1px;
  border-left:			black solid 1px;	
  /*background-color:		#e3f4fd;*/
	
}

.botao {
  color:				white;
  border:				0px;
  /*width:				170px;*/
  height:				30px;
  font-family: 			"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  font-size:			100%;
  background-color:		red;
}

.botao_cad_novo {
  color:				white;
  border:				0px;
  width:				170px;
  height:				17px;
  font-family: 			"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  font-size:			90%;
  background-color:		red;
}

.botao_excluir {
  color:				white;
  border:				0px;
  width:				50px;
  /*height:				30px;*/
  font-family: 			"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  font-size:			70%;
  background-color:		red;
}

.botao_ordem {
  color:				white;
  border:				0px;
  width:				10px;
  /*height:				30px;*/
  font-family: 			"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  font-size:			70%;
  background-color:		red;
}

.galeria table {
  background:		#ccc;
}

.galeria td {
  width:				100px;
}




#tdproximo {
  text-align:			right;
}

#passo_c {
  float:left; 
  width:31px; 
  /*height:29px; */
  background:red; 
  color:#fff; 
  font-size: 		150%;
  font-weight:bold; 
  text-align:center; 
  padding-top:1px; 
  padding-right:1px; 
  margin-right:5px;
  border: 1px solid red;
}


.passo {
  float:left; 
  width:31px; 
  /*height:29px;*/ 
  /*background:#ccc; */
  color:			red; 
  font-size: 		150%;
  font-weight:bold; 
  text-align:center; 
  padding-top:1px; 
  padding-right:1px; 
  margin-right:5px;
  border: 1px solid red;
  }


h1.form {
  font-family: 		"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight:		bold;
  font-size: 		270%;
  font-weight: 		bold;
  /*margin-left: 		10px;*/
  padding-top: 		4px;
  color:			black;
}

h2.form {
  font-family: 		"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight:		bold;
  font-size: 		150%;
  font-weight: 		bold;
  margin-left: 		10px;
  padding-top: 		4px;
  color:			red;
}

.conteudo_cadastro {
  clear:			left;
  padding:			0px;
  margin-top:		50px;
  padding-left:		70px;
}

/*#dados_sessao{
  position:			fixed;
  background:		black;
  color:			#fff;
  height:			30px;
  width:			100%;
  text-align:		center;
  margin:			0px;
}*/

.conteudo_form_busca_inicial{
}

.conteudo_form_busca_inicial th{
  text-align:		left;
  font-weight:		normal;
  width:			35%;
}

.conteudo_form_busca_inicial td{
  width:			65%;
}

.radio{
  width:			18px;
  border:			none;
}

.conteudo_form_busca_inicial select{
  width:			130px;
}

.botao_buscar{
  font-family: 		"Trebuchet MS", Arial, Helvetica, sans-serif;
  width:			90px;
  color:			white;
  background:		red;
  border:			none;
}

#q_busca_direta{
  width:			35px;
}
#busca_direta h3{
  margin-bottom:	5px;
  border-bottom:	1px solid black;
  width:			247px;
}

#busca_direta {
  margin-bottom:	40px;
}

.alerta{
  background:		red;
  color:			white;
  font-size:		12px;
  width:			155px;
  text-align:		left;
  padding-left:		5px;
  
}
