#simple_example_window{
  width: 300px;
}
#simple_example_window_contents{
  background-color: #FFFfff;
  border: 1px solid  #b5b4b0;
}
#simple_example_window_beak{
  width: 22px;
  height: 16px;
  background: url('images/beak.png') top left no-repeat transparent;
}
* html #simple_example_window_beak{
  /* Alpha transparencies hack for IE */
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='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;
}

#simple_example_window_close{
  width: 13px;
  height: 13px;
  margin: 4px 0 0 -2px;
  background: url('images/close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #simple_example_window_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/close.png', sizingMethod='crop');
}

