#googlemaps {
	height: 100%;
	width: 100%;
	position: absolute;
	top: -20px;
	left: 3px;
	z-index: 1; /* Set z-index to 0 as it will be on a layer below the contact form */
}
 
#contactform { 
position: relative; 
z-index: 0; /* The z-index should be higher than Google Maps */
width: 300px;
margin-left:auto;
margin-right:auto;
padding: 10px;
background: black;
height: auto;
opacity: .45; /* Set the opacity for a slightly transparent Google Form */ 
color: white;
}
