#simple_example_window{
  	width: 200px;
}
#simple_example_window_contents{
  	background-color: #FFF;
  	border: 1px solid  #AAAAAA;
}
#simple_example_window_beak{
  	width: 28px;
  	height: 38px;
  	background: url('../resources/New Folder/map_images/simple_beak2.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='map_images/red_beak2.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: 21px;
  	height: 21px;
  	background: url('../resources/New Folder/map_images/red_close.png') top left no-repeat transparent;
  	cursor: pointer;
}

* html #simple_example_window_close{
  	background-image:none;
  	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='map_images/red_close.png', sizingMethod='crop');
}
