*{
	margin:0px;
	padding:0px;
	border:0px;
}

#radio-venda{width:56px !important;float:left; display:block; padding-left:14px; margin-top:19px;}
#radio-venda #tipo_venda{width:15px; height:15px; background-color:#FFFFFF;}

#radio-aluguel{width:71px !important; float:left; display:block; padding-left:8px; margin-top:19px;}
#radio-aluguel #tipo_aluguel{width:15px; height:15px; background-color:#FFFFFF;}

#radio-lancamentos{width:100px !important; float:left; display:block; margin-top:19px;}
#radio-lancamentos #tipo_lancamentos{width:15px; height:15px; background-color:#FFFFFF; margin-left:-2px;}

#form_palavra_chave, #form_empreendimento{width:426px; float:left; margin-left:7px; margin-top:7px;}



#btn-busca{

	background-image: url(../../../imagens/bt_buscar.jpg);
	background-repeat:no-repeat;
/*	background-color:transparent;*/
	width:75px;
	height:34px;
	margin-top:-17px;
	margin-right:21px;
	float:right;
	display:block;
	cursor:pointer;
	overflow:hidden;
}

#btn-busca:hover{ background-position: 0 -35px;}

.envolve-checklist{
	float:left;
	width:100%;
}

.label-checklist{
	background-image:url(../imagens/bg_left.png);
	background-repeat:no-repeat;
	height:34px;
	float:left;
	padding-top:0px;
	margin-top:0px;
	cursor:pointer;
	margin-left:0px;
	overflow:hidden;
}

.label-checklist span{
	width:100%;
	height:100%;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left:9px;
	padding-top:8px;
	overflow:hidden;
	font-size:13px;
	color:#546978 !important;
	cursor:pointer;
	font-weight:bold;
	text-shadow:1px 1px 1px #fff;
}


.seta-checklist{
	background-image:url(../imagens/arrow_down.png);
	background-position:right top;
	min-width:30px;
	height:34px;
	float:left;
	overflow:hidden;
	cursor:pointer;
}

/*
.label-checklist.close{
	background-image:url(../imagens/arrow_down.png);
}

.label-checklist.open{
	background-image:url(../imagens/arrow_up.png);
}
*/

.drop-checklist{
	background-color:#f2f2f2;
	float:left;
	display:none;
	position:absolute;
	color:#7B7D88;
	z-index:999;
	font-size:14px;
	margin-top:30px;
	margin-left:0px;
	overflow:hidden;
/*	border-radius:5px;*/
	border:1px solid #BEBEBE;
		
}

.drop-checklist hgroup{
	max-height:200px;
	overflow-y: scroll;
	overflow-x:hidden;
}

.drop-checklist li{
	float:left;
	list-style:none;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	border:1px solid #BEBEBE;
}


.aplicar-checkbox, .aplicar-checkbox a{
	background-color:#E22C2E;
	width:100%;
	height:25px;
	float:left;
	padding-top:4px;
	text-align:center;
	font-size:13px;
	color:#fff;
	text-decoration:none;
	text-shadow:1px 1px 1px #000;
	overflow:hidden;
}