#simple_example_window{
  width: 600px;
  font-family: tahoma;
  font-size: 11px;  
}
#simple_example_window_contents{
  background-color: #FFF;
  /*border: 3px solid  #000;*/
  /*padding: 20px;*/
  height: 570px;
  /*overflow-x: auto;
  overflow-y: ;*/
}


#simple_example_window_custom_contents{
  background-color: #FFF;
  height: 527px;
  margin-top:23px;
  padding:0px 10px 0px 20px;
  overflow-x: hidden;
  overflow-y: auto;
}

#simple_example_window_custom_contents .field {
  padding:8px;
  margin-right:10px;
  width:240px;
}

#simple_example_window_custom_contents .greenfield {
  background:#D0E799;
}

#simple_example_window_custom_contents a {
  color:#315012;
  text-decoration:underline;
}


    

#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
{
    background: url('images/close_green.png') no-repeat 3px 3px; 
    height:20px;
    width:20px;
}


