﻿#divMap {
  width:905px;
  height: 382px;
  background-image:url('../images/worldmap_bg.png');
  text-align:center;
  position: absolute;
  z-index: 1001;
}

#worldmap {
  margin-top: 6px;
}

.mapDot {
  background-image: url('../images/map_dot.png');
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
}

.mapBaloon {
  background-image: url('../images/map_baloon.png');
  width: 156px;
  height: 94px;
  position: absolute;
  padding: 8px 10px 8px 12px;
}
.mapBaloon div {
  height: 94px;
  overflow: auto;
}
.mapBaloon * {
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  text-align: left;
  margin: 0;
}
.mapBaloon h1 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px 0;
  color: Black;
  text-transform: none;
}

#mask {
  position: absolute;
  left: 0;
  top: 0;
  background-color: Gray;
  z-index: 1000;
}