/*////////////////////////MAPA DO GOOGLE////////////////////////*/
#map_canvas{ /*DIV DO MAPA*/
	position: relative;
	border: 1px solid #DDDCDC;
	float: left;
	/*height: 428px;*/
	/*height: 463px;*/
	height: 535px;
	width: 100%;
}


.direcaoMap{ /*ROTAS AO TRACAR*/
	border: 1px solid #DDDCDC;
	clear: both;
	display: none;
	font-size: 80%;
	height: 300px;
	margin-top: 20px;
	overflow-y: scroll;
	width: 100%;
	color: #777777;
}

.input_localizacao{
	position: relative;
	margin-bottom: 10px;
}
#enderecoMap{
	position: relative;
	float: left;
	width: 100%;
	padding: 5px;
	border: solid #DDDCDC 1px;
	color: #777777;
}

#botaoMap{
	position: absolute;
	right: 0;
	top: 0;
	float: right;
	height: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

.adp-text{text-indent: 30px;}
.adp-placemark,.adp-directions{width: 100%;}
.adp-legal{clear: both; width: 100%;}