div.bloco div.titulo{
	font-weight: bold;
}
table.bloco input,div.bloco div.titulo,table.bloco select,table.bloco textarea{
	color: #111;
}
div.bloco{
	margin-top: 10px;
}
div.bloco div.titulo{
	font-size: 14px;
}
table.bloco{
	border: 1px solid #222;
	width: 530px;
	background-color: #f9f9f9;
	padding: 5px;
}
table.bloco input,table.bloco select,table.bloco textarea{
	
	border: 1px solid #444;
	color: #000;
		
}
table.bloco td{
	color: #222;	
	
}
div.message{
	color: red;
	font-size: 14px;
	position: absolute;
	top: 234px;
}
div.msgs{
	font-size: 14px;
	margin: 5px;
	margin-top: 15px;
	margin-left: 0px;
	background: url(../imagens/aviso.png) transparent no-repeat left top ;
	padding-left: 20px;
	
}
table.bloco input.botao {
	 	   text-align: center;
	  font-size: 11px;
	  
	  border: 1px solid #D7CBBD;
	  width: auto;
	  float:right;  
	  padding: 2px 2px 2px 2px;
	  background-color:#f0f0f0;
	  margin: 1px;
	  margin-right: 10px;  
	  margin-bottom: 10px;	  
	  text-align:center;
	  color:#e25c14;
}

div.confirmacao{
	font-size: 16px;
	color: red;
}
div.nomeFeira{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.valOK{
	background-color: yellow;
}
.valNO{
	background-color: red;
}
div.msgVerificador li{
	color:red;
}