.titulo_pagina {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}
.titulo_verde {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #006600; font-weight: bold; }
.balcao_busca, .balcao_tipos {
	width:48%;
	padding:2px;
}
.balcao_busca {
	float:left;
}
.balcao_tipos {
	float:right;
	background-image: url(imagem/back_field.gif);
	background-repeat: repeat-x;
}
.balcao_linha { padding:2px; width:100%; }
#frmBuscaAnuncio {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:bold;
	font-size:10px;
	padding:1px 10px 1px 10px;
	margin:0px;
}
.paginacao, .resultados {
	width:100%;
	margin:5px 0px 5px 0px;
	padding:5px 5px 5px 5px;
}
.paginacao {
	background-color:#E1DEB3;
}
.componentes {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	border: 1px #333333 solid;
	background-image: url(imagem/back_field.gif);
	background-color: #FFFFFF;
}
.componentes_botao {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	border: 1px #333333 solid;
	background-color: #CCCCCC;
}
.componentes_combo {
	font-family: Verdana, Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	border: 1px #333333 solid;
	background-color: #FFFFFF;
	width: 220px;
	background-image: url(imagem/back_field.gif);
}


.anuncio {
/*	width:500px;*/
	width:100%;
	background-color:#F9FAEF;
	margin-bottom:10px;
	border-bottom:2px solid #E1DEB3;
	border-left:2px solid #E1DEB3;
}
.titulo {
	background-color:#CBC57C;
	width:100%;
	padding:2px;
	font-size:12px;
}
.dados {
	padding:2px;
	width: 55%;
	position:relative;
	float: left;
}
.contato {
	top:0px;
	width: 43%;
	position:relative;
	float:right;
	border-left:1px dotted #333;
	border-bottom:1px dotted #333;
	padding:2px;
	background-color:#E1DEB3;
	text-align:right;
}
.canto_titulo_esq {
	position:inherit;
	float:left;
	margin:-2px;
	top:-2px;
}

