#buscador {
	background: #e5e5e5;
}
#buscador table {
	background: #f5f5f5;
}
#buscador table tr th{
	text-align:center;
	font-size: 80%;
}
#buscador table tr td{
	text-align:center;
}
#buscador table tr td input{
	border: solid 1px #c0c0c0;
}
#imovel {
	border: solid 1px #c0c0c0;
	background: #e5e5e5;
	width:100%;
	padding: 10px;
}
#imovel tr {
	border: solid 0px #c0c0c0;
	background: #f5f5f5;
	padding: 10px;
}
tr#imovel_trBlank {
	border: none;
	background: #e5e5e5;
	width:100%;
	padding: 10px;
	height: 25px;
}

div#ExtraInfo {
	border: 2px outset #c0c0c0;
	padding: 10px;
	position: absolute;
	background: #e5e5e5;
	
     left: 50%;
     top: 44%;
     margin-left: -100px;
     margin-top: -100px;
     width: 200px;
     /*height: 200px;*/
}
/*
		.alinhar{
			height: 500px;
			border: 1px solid black;
		}
*/
div#ExtraInfoBar {
	background: #777777;
	text-align: right;
	color: #FFFFFF;
	padding: 10px;
}
	
div#ExtraInfoBar a {
	color: #FFFFFF;
}

