#simple_example_window{
  width: 300px;

 }

/*#simple_example_window_contents{
 /* color: #ccc;
  background-color: #fff; 
  color: #fff;
  background-color: #555;
  border: 2px solid  #555;
 /* padding:2px 5px;
 padding:10px;
  font-weight:10px;


}*/


#simple_example_window_contents {
background:#555555 none repeat scroll 0 0;
color:#FFFFFF;
padding:10px;
position:absolute;
width:200px;
}

#simple_example_window_beak{
  width: 12px;
  height: 19px;
  background: url('images/corners/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 .mainheading{
	color: #000;
	-x-system-font:none;
	background:none;
	font-family:"Arial";
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
	line-height:normal;
}

#simple_example_window .subheading{
	color: #fff;
	background:#555;
	font-family:"Arial";
	font-size:11px;
	line-height:normal;
	font-weight:normal;
	padding-bottom:0px;


}
