#map_overlay {
  position: fixed;
  width: 400px;
  height: 500px;
  top: 50px;
  left: 400px;
  z-index: 9000;
  overflow: hidden;
  
  border: 1px solid #7BA7C2;
  background: white;
}

#map_top_bar {
  width: 380px;
  height: 30px;
  padding: 10px 20px 0 0;
  
  background: #F97C0E;
  text-align: right;
  color: #FFF9DD;
  font-size: 14px;
}

#map_top_bar a:link,
#map_top_bar a:hover,
#map_top_bar a:visited,
#map_top_bar a:active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  width: 12px;
  float: right;
  padding: 3px;
  margin-left: 10px;
  
  text-align: center;
  text-decoration: none;
  background: #7BA7C2;
  color: white;
  font-size: 10px;
}

.map_text {
  padding: 20px 20px 0 20px;
  color: #364356;
}

.under_map {
  margin-top: 278px;
}

#map_holder {
  position: absolute;
  left: -70px;
}

.map {
  float: left;
  height: 300px;
  width: 465px;
  position: absolute;
  
  background: transparent url('/images/map_romania.gif') no-repeat;
}

#country_map div {
  position: absolute;
  font-size: 12px;
}

.county a:link,
.county a:active,
.county a:visited,
.county a:hover {
  text-decoration: none;
  color: black;
  display:block;
}

.tooltip {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  z-index: 9001;
  padding: 2px 5px 2px 5px;
  
  background: #F77304;
  color: white;
  font-style: italic;
  font-size: 14px;
}