.map_container {
	background-color:#fff;
  
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #ccc #999 #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
  -webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
  -moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
  box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
  width: 100%;
}

.gmaps4rails_map {
	margin: 6px;
  
  height: 400px;
}

.bing_map {
   position: absolute;
   top: 20;
   left: 10;
   width: 100%;
   height: 400px;
   border:#555555 2px solid;
}
