#simple_example_window{
  width: 250px;
}
#simple_example_window_contents{
  background-color: #FFF;
  border: 1px solid  #ddd;
  padding: 8px;
}
#simple_example_window_beak{
  width: 28px;
  height: 38px;
 /*  background: url('../images/corners/simple_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/corners/red_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: 14px;
  height: 14px;
  margin: 22px 0 0 -10px;
  cursor: pointer;
  border: 1px solid #000;
}
*/

