#gmaps_contentWrapper {
	background: transparent url(bg.gif) no-repeat left top;
	padding: 16px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	display: none;
	width: 769px;
	height: 388px;
	position: absolute;
	left: 20px;
}

#gmaps_mapCanvas {
	height: 350px; 
	width: 480px;
	float: left;
	position: relative;
	background-color: #ddd;
	font-size: 11px;
}

#gmaps_content {
	float: left;
	width: 260px;
}

	#gmaps_content .padding { padding: 32px 25px 0 28px; }
	#gmaps_content form { margin:0; padding:0; }
	
#gmaps_mapdirections {
	height: 258px;
	overflow: auto;
	margin-top: 10px;
}

	#gmaps_mapdirections .row { padding-bottom: 10px; }
	
#gmaps_close {
	top: 27px;
	margin-left: 232px;
	position: absolute;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	line-height: 10px;
	font-size: 18px;
}

.clearfloat {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
	overflow:hidden;
}
