
#map_canvas {
	width: 100%;
  height: 380px;
  margin-top: -10px;
	padding: 0 0 0 0;
}
.infowindow {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(112,112,112)), color-stop(0.51, rgb(94,94,94)), color-stop(0.52, rgb(57,57,57)));
	background: -moz-linear-gradient(center top,rgb(112,112,112) 0%, rgb(94,94,94) 51%, rgb(57,57,57) 52%);
}
