/* body {
	width: 220px;
	padding: 0;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	

}*/


.infoBox {
	/*	 -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;*/
	
	padding:0px;
	background-color: #FFF;
	border: 1px solid #000;
	border-left-width:0;
	border-left:none;
	height:34px;
	overflow:hidden;
	
	
}

.infoBox img {
	/*display:none;
	*/
}

.infoBox p{
	margin-top:2px;
	
}

.customBox {
	position: absolute;
	height:34px;
	width:150px;
	overflow:hidden;
	margin-top:-44px;
	margin-left:-58px;
	text-align:left;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 1.2;
	color:#000000;
	white-space: nowrap;	
	/*margin-left:50px;*/
}
.customBox p{
	margin-top:6px;
	line-height: 1.2;
}


.customBox a {
	color:#000000;
	font-weight: 700;
	margin-right:10px;
	text-decoration: underline;	
}

.google_map_widget .map_canvas {
background-color: #ADD0E5 !important;
}


.closeboxoverlay {
	background-color: #999;
	height: 10px;
	width: 10px;
	position: absolute;
	top:0;
	left:0;
	cursor:pointer;	
}