#mapBox {
height:100%;
left:0;
position:fixed;
top:0;
visibility:hidden;
width:100%;
z-index:1000;
}
.mapHeader {
border-bottom:1px solid #999999;
font-weight:bold;
margin:0 auto;
padding:20px 0 10px;
width:609px;
}
.mapCover {
background-color:white;
border:1px solid #666666;
height:720px;
margin:0 auto;
padding:10px;
position:absolute;
width:609px;
}
#map_bg {
background-color:#606060;
height: 1220px; /*100%;*/
opacity:0.5;
position:absolute;
width:100%;
}
#map_map {
position:absolute;
}
#metro_img {
border:0 none;
height:651px;
margin:0;
padding:0;
width:609px;
}
.mapOptions {
border-top:1px solid #999999;
margin:25px 0 0;
padding:15px 15px 0 0;
}
.mapOptions a {
clear:left;
cursor:pointer;
float:right;
height:22px;
margin:0 0 0 20px;
width:22px;
}
.mapOptionsConfirm {
background:url("/images/button_ok22.png") no-repeat scroll 0 0 transparent;
}
.mapOptionsRefresh {
background:url("/images/reload_all_tabs22.png") no-repeat scroll 0 0 transparent;
}
.mapOptionsCancel {
background:url("/images/button_cancel22.png") no-repeat scroll 0 0 transparent;
}