@charset "UTF-8";



#mapContainer{
	width:510px;
	height:530px;
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-255px;
	margin-top:-265px;
	background:#898989;
}



#map{
	width:500px;
	height:500px;
	top:5px;
	left:5px;	
}

.mapOpenBtn,#mapCloseBtn{
	cursor:pointer;	
	font-weight:bold;
	color:#807f80;
}

#mapCloseBtn{
color:#FFFFFF;
text-align:right;
margin-right:5px;
margin-top:10px;
}
