/* mapheader */
#mapheader {position:relative; margin:15px; line-height:16px; color:#000000; font-weight:bold;}
#mapheader .maphdr01 {font-size:14px;}
#mapheader .maphdr02 {font-size:12px; color:#666666;}
/* mapheader */

/* zoommap */
#map {position:relative; width:736px; height:411px; overflow:hidden; background: url(../images/world_map/world_map_bg.jpg) 0 0 no-repeat;}
#returnlink {position:absolute; bottom:0px; right:0px; padding:3px; background-color:#0000FF; color:#FFFFFF; display:block;}

#map a.bullet, #map a.pirobox {position:absolute;width:10px; height:10px;/*width:2px; height:2px; border:1px solid #FFFFFF; padding:2px;
background-color:#f67f28;*/ font-size:6px; line-height:2px; text-decoration:none; z-index:2; display:block;background: url(../images/world_map/world_map_dot.png) 0 0 no-repeat;}
#map img.zoomable {}

/* #map div.popup{ position:absolute; width:250px; top:67px; left:227px; border:1px solid #000000; padding:15px; background-color:#FFFFFF; z-index:3; display:none;} */
.popup{ position:absolute; width:350px;  background: url(../images/world_map/world_map_popup.png) 0 0 no-repeat; display:none;}
#map div.popup a.close{position:relative; bottom:0px; right:0px; margin-top:10px; font-weight:normal; text-align:right; display:block;}
/* zoommap */
.div_reg .popup .logo{
	padding:5px 25px 0;
	}
.div_reg .popup .popupcontent{
	padding: 20px;
	color: #455560;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    overflow:hidden;
    margin: 5px;
	}
.div_reg .popup h3 {
    color: #455560;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0px;
    padding: 0px 0 0px;
}
.div_reg .popup a{
 color: #0F91B5;
    font-weight: bold;
    text-decoration: none;
}
.div_reg .popup a:hover{
	text-decoration:underline;
	}