@CHARSET "UTF-8";

#mapApp {
	margin-left:44px;
	padding-top:0px;
	margin-bottom:30px;
}

#mapApp .location {
	padding-left:239px;
}

#mapBubble {
	position:absolute;
	z-index:100;
	display:none;
	
	height:53px;
	
	background:url('../img/mapBubbleLeft.gif') no-repeat;
	
	top:390px;
	left:200px;
}

#mapBubble .bg {
	padding:15px 14px;
	order:1px solid #009933;
	background:url('../img/mapBubbleRight.gif') no-repeat;
	background-position:right 0px;
}

#mapBubble span {
	color:#f00;
	font-weight: bold;
}

#mapSelect {
	width:290px;
}