#map_info_window{
  width: 350px;
  padding: 5px;
}
#map_info_window_contents{
  background-color: #333;
  /*color: #aaa;*/
}
#map_info_window_contents div{
  padding: 10px;
}
#map_info_window_tl, #map_info_window_tr, #map_info_window_bl, #map_info_window_br{
  width: 1px;
  height: 1px;
  background-color: #000;
}
#map_info_window_t, #map_info_window_b{
  background-color: #000;
}
#map_info_window_l, #map_info_window_r{
  background-color: #000;
  width: 1px;
}
#map_info_window_close{
  width: 20px;
  height: 20px;
  background: url('/images/map/close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #map_info_window_close{
  background-image:none;
/*   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/map/close.png', sizingMethod='crop'); */
}
#map_info_window_beak{
  width: 64px;
  height: 64px;
  background: url('/images/map/beak.png') top left no-repeat transparent;
}
* html #map_info_window_beak{
  background-image:none;
/*   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/map/beak.png', sizingMethod='crop'); */
}


