.mybox {
	#margin-left:20px;
	#margin-right:20px;
	top:-20px;
	width:auto;
	padding:20px 20px 70px 20px;
	background-color:#384478;
	opacity:0.75;
	border-width:1px;
	border-color:#fff;
	border-style:solid;
	text-align:center;
}
.mybox1 {
	position:relative;
	top:-120px;
	float:right;
	width:40%;
	margin-right:5%;
	margin-bottom:5%;
	padding:20px 20px 70px 20px;
	background-color:#384478;
	opacity:0.8;
	border-width:1px;
	border-color:#fff;
	border-style:solid;
	text-align:center;
}

.content_map {
	position: relative;
	height: 553px;
}
.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map-canvas img {
	max-width: none !important;
}
	