#gmaps-container{
	background: #01172F;
	font-size: 11px;
	height: 310px;
	left: 0;
	line-height: 16px;
	overflow: hidden;
	padding: 20px;
	position: fixed;
	top: 0;
	width: 540px;
	z-index: 5;
}
#gmaps-container.gmaps-initializing{
	left: -9999px;
}
#gmaps-container .gmaps-close{
	float: right;
	position: absolute;
	right: 4px;
	top: 4px;
}
#gmaps-container .gmaps-close span{
	color: #FEFEFE;
	cursor: pointer;
	display: block;
	height: 15px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 15px;
}
#gmaps-container #gmaps-map{
	background: green;
	height: 100%;
	width: 100%;
}