#map { position: relative; width: 700px; height: 470px; overflow: hidden; font:12px/18px Verdana, Geneva, sans-serif; }
#returnlink { display: block; position: absolute; bottom: 0; right: 0;  color: white; background: blue; padding: 3px;}

#map a.bullet { display: block; position: absolute; width: 11px; height: 10px; background: yellow; text-decoration: none; opacity: .7; z-index: 2; background:url(../images/map/mark.png) no-repeat 0 0;}
#map a.bullet:hover { background:url(../images/map/mark_h.png) no-repeat 0 0; }
#map a.cmpt_bullet { display: block; position: absolute; width: 11px; height: 10px; background: yellow; text-decoration: none; opacity: .7; z-index: 2; background:url(../images/map/cmpt_mark.png) no-repeat 0 0;}
#map a.cmpt_bullet:hover { background:url(../images/map/cmpt_mark_h.png) no-repeat 0 0; z-index:10; }
#map img.zoomable { }

#map div.popup{ display: none; position: absolute; width: 300px; top: 30px; left: 150px; background: white; z-index: 3; padding: 10px; border: 2px solid #FF9B02; background-color:#fbffd4; }
#map div.popup h3{ margin:0px 0px 10px 0px; color:#001E61; font-size:12px; font-weight:bold; }
#map div.popup p{ margin:5px 0px; }
#map div.popup a.close{  bottom: 0; right: 0; float:right; }