

.area {
	position:absolute;
	text-align:center;
	font-size:10px;
	/*
	border:solid 1px #BBB;
	background-color:#DDD;
	
	width:24px;
	height:24px;
	line-height:12px;
	
	color:#888;
	*/
}


.pax2d {
	position:absolute;
	text-align:center;
	font-size:8px;
	border:solid 1px #BBB;
	background-color:#DDD;
	/*
	width:24px;
	height:24px;
	line-height:12px;
	*/
	color:#888;
}

.equipment2d {
	position:absolute;
	text-align:center;
	white-space:nowrap;
	font-size:12px;
	/*
	
	color:#888;
	border:solid 1px #BBB;
	background-color:#e4dde6;
	width:24px;
	height:24px;
	line-height:12px;
	*/
	
}

.badge2d {
    z-index: 1000;
    position: absolute;
    font-size: 10px;
    color: #FFF;
    /*
    
    
    text-align: center;
    line-height: 20px;
    height: 20px;
    border-radius: 50%;
    width: 20px;
    background-color: #E0C0D6;
    cursor: pointer;
    border: 1px solid #666;
    */
}

.m3dianhlandmark {
	position:absolute;
	text-align:left;
	border: none;
  	border-top: 1px dotted #CCC;
  	border-bottom: 1px dotted #CCC;
	opacity: 0.5;
	width:100%;
	z-index: 0;
}

.m3dianvlandmark {
	position:absolute;
	text-align:center;
	border: none;
  	border-left: 1px dotted #CCC;
  	border-right: 1px dotted #CCC;
  	opacity: 0.5;
	height:100%;
	z-index: 0;
}

.m3dianprovision {
	position:absolute;
	text-align:center;
	border-radius: 10px;
	opacity: 0.8;
	z-index: 1;
}

.m3dianmappingbackground {
	background-repeat:no-repeat; 
	width: 100%;
	height: 100%;
	z-index: -100;

}