@charset "utf-8";
/* CSS Document */
@import url(geral.css);

.termos_pesquisados {
	background:#4a74b8;	
	width:90%;
	color:#036;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;	
  	behavior: url(../js/PIE.htc);
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
	padding:0px 0px 0px 15px;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
	heigh:30px;
	position:relative;
	z-index:1;
}

.termos_pesquisados span {
	float:left;
	width:300px;
	color:#FFF;	
	height:20px;
	padding:5px 0px;
	font-size:14px;
}

.termos_pesquisados span strong {
	color:#ffef00!important;	
	font-size:18px;
	font-weight:normal;
}

.termos_pesquisados form {
	color:#FFF;
	font-size:14px;
	float:right;
	background:#2d5daa;
	height:20px;
	padding:7px 10px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;	
	behavior: url(../js/PIE.htc);
	position:relative;
	z-index:1;
}
.termos_pesquisados form label{ float:left; margin-right:5px; margin-top:3px; font-size:13px;}
.termos_pesquisados form input[type="text"] {
	float:left;
	background:#96aed5;
	border:0px;
-moz-border-radius: 4px; 
color:#FFF;
behavior: url(../js/PIE.htc);
	-webkit-border-radius: 4px; 
	border-radius: 4px;	
	height:17px;
}
.ok_pesquisa {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;	
	background: -moz-linear-gradient(top, #fff300, #ffe800);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff300), to(#ffe800));
	-pie-background:linear-gradient(#fff300, #ffe800);
	behavior: url(../js/PIE.htc);
	position:relative;
	z-index:1;
	border:1px solid #8e750f;
	padding:2px;
	font-size:12px;
	margin-left:5px;
	cursor:pointer;
}

.bloco_resultado {
	clear:both;
	margin-bottom:20px;	
}
.bloco_resultado a {
	color:#2758a8;
	font-weight:bold;
	font-size:14px;
	display:block;
	float:left;
	margin-bottom:10px;	
}


.bloco_resultado p {
	width:70%;
	float:left;	
}
a.atual {
	background:yellow;	
	color:#036;
-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;	
	behavior: url(../js/PIE.htc);
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
	position:relative;
	z-index:1;
}