#simple_example_window{
  width: 158px;
}
#simple_example_window_contents{
  background-color:#c4b3a2;
  border: 2px solid #80634c;
}

#simple_example_window_close{
  width: 21px;
  height: 21px;
  margin-top:7px;
  background: url('/map/images/map_close.gif') top left no-repeat transparent;
  cursor: pointer;
}
* html #simple_example_window_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/map/images/map_close.gif', sizingMethod='crop');
}
#simple_example_window_beak{
  width: 20px;
  height: 15px;
  background: url('/map/images/beak.png') top left no-repeat transparent;
}
* html #simple_example_window_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/map/images/beak.png', sizingMethod='crop');
}
#simple_example_window_tl, #simple_example_window_tr, #simple_example_window_bl, #simple_example_window_br,
#simple_example_window_t,#simple_example_window_l,#simple_example_window_r,#simple_example_window_b{
  height: 0px;
  width: 0px;
}
