#simple_example_window{
  width: 517px;
   height: 218px;
   margin-left:20px;
}
#simple_example_window_contents{
  /*background-color: #DDDDDD;*/
  /*border: 1px solid  #900;*/
  display:block;
  background: url('../images/hotel_info_box.png') no-repeat;
   width: 517px;
   height: 218px; 
}
#simple_example_window_beak{
 /*  width: 28px;
 height: 38px;
  background: url('../images/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/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;
}
#gmnoprint1 {
	background-color: #DDDDDD;
	display:block;
	width:380px;
	position:relative;
}