#info_window{
  width: 220px;
}
#info_window_contents{
    background-color: #FFF;
    border: 2px solid  #244686;
}

#info_window_close{
  width: 24px;
  height: 24px;
  background: url('../img/gmap_infowindow/close.png') top left no-repeat transparent;
  margin: 0px 0 0 0px;
  cursor: pointer;
}

* html #info_window_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/gmap_infowindow/close.png', sizingMethod='crop');
}

#info_window_tl, #info_window_tr, #info_window_bl, #info_window_br,
#info_window_t,#info_window_l,#info_window_r,#info_window_bm, #info_window_beak{
  height: 0px;
  width: 0px;
}
