#simple_example_window{
  width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#simple_example_window p {
	padding: 2px 5px 5px 5px;
	font-size: 12px;
	line-height: 16px;
	}


#simple_example_window_contents{
  background-color: #FFF;
  padding-top: 0px;
  padding-bottom: 0px;
}

#simple_example_window_contents img{
  padding-top: 0px;
  padding-bottom: 0px;
}

#simple_example_window_beak{
  width: 300px;
  height: 38px;
  background: url('../mapassets/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='../mapassets/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: 21px;
  height: 21px;
  background: url('images/close_bt.png') top left no-repeat transparent;
  cursor: pointer;
}
