.googleSearch {
	position:relative;
	width  : 100%;
	height:100%;
	overflow:hidden;
	color: black;		
}

#mapsearchall {
	background-color: ffffff;
	height: 360px;
}

.propertyGoogle {
	position:relative;
	width  : 100%;
	height:100%;
	overflow:hidden;		
}

#mapsearch, #streetViewPano {
	background-color: #ffffff;
	border: 1px solid #5b2e63;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 340px;
	height: 295px;
}
#mapsearchdyn {
	background-color: #ffffff;
	border: 1px solid #5b2e63;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 350px;
	height: 305px;
	position:absolute;
	z-index:120;
	left:-1000px;	
}

