@charset "utf-8";


/* --- IE6 fixed position fix --- */
* html div.fixme-middle {position: absolute;
top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+((documentElement.clientHeight-this.clientHeight)/2 )
: document.body.scrollTop
+((document.body.clientHeight-this.clientHeight)/2));}



/* --- Overlay Items --- */
.lightbox {
	position:absolute;
	width:100%; 
	height:100%; 
	left:0;
	top:0; 
	cursor:default; 
	z-index:100;
}

.light {
	position:absolute; 
	left:0; 
	top:0;
	
	background:#000; 
	width:100%; 
	height:100%; 
	filter: alpha(opacity=50);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); 
	opacity:0.5;
}

.box {
	position:fixed; 
	left:0; 
	top:0;
	width:100%; 
	text-align:center; 
	/*margin-top:150px;
	_padding-top:150px;*/
	margin-top:10%;
	_padding-top:10%;
	
	z-index: 100;
}

#mapcontent {
	width: 760px;
	margin: 0 auto;
}


#mapcontent #closeBtn{
	display: block;
	padding-bottom: 5px;
	float: right;
	
	color: #FFFFFF;
}

#mapcontent #mapPanel {
	width: 760px;
	height: 480px;
}








