#info_box { 
  z-index:200;
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  overflow: visible;
  visibility:hidden;
} 

#info { 
  text-align:left;
  z-index:200;
  position: absolute;
  left: 50%;
  width: 400px;
  height: 450px;
  top: -230px;
  margin-left: -205px;
  visibility:visible;
  display:none;
  background:#fff;
  border:5px solid #976042;
  line-height:16px;
  overflow:hidden;
}

#info .title {
  height:16px;
  margin:0;
  padding:2px 5px;
  color:#fff;
  background:#E39E43;
  font-weight:bold;
}

#info .title strong {
  display:block;
  width:200px;
  float:left;
}
#info .title a {
  display:block;
  width:30px;
  float:right;
  color:#fff;
  text-decoration:none;
  text-align:right;
}

#info .infotxt {
  padding:10px;
}

#info h1 { font-size:15px; text-align:center; }
