#niegotuj_window_tl{
  width: 6px;
  height: 7px;
  background: url('../images/map/infowindow/tl.png') top left no-repeat transparent;
}

* html #niegotuj_window_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/map/infowindow/tl.png', sizingMethod='crop');
}

#niegotuj_window_t{
	height:7px;
  background: url('../images/map/infowindow/t.png') top left repeat-x;
}
#niegotuj_window_tr{
  width: 6px;
  height: 7px;
  background: url('../images/map/infowindow/tr.png') top right no-repeat transparent;
}
* html #niegotuj_window_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/map/infowindow/tr.png', sizingMethod='crop');
}

#niegotuj_window_l{
  background: url('../images/map/infowindow/l.png') top left repeat-y transparent;
  width: 6px;
}
#niegotuj_window_r{
  background: url('../images/map/infowindow/r.png') top right repeat-y transparent;
  width: 6px;
}
#niegotuj_window_bl{
  width: 6px;
  height: 6px;
  background: url('../images/map/infowindow/bl.png') top left no-repeat transparent;
}
* html #niegotuj_window_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/map/infowindow/bl.png', sizingMethod='crop');
}
#niegotuj_window_b{
  height: 6px;
  background: url('../images/map/infowindow/b.png') bottom left repeat-x;
}
#niegotuj_window_br{
  width: 6px;
  height: 6px;
  background: url('../images/map/infowindow/br.png') top left no-repeat transparent;
}
* html #niegotuj_window_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/map/infowindow/br.png', sizingMethod='crop');
}
#niegotuj_window_close{
  width: 17px;
  height: 17px;
  background: url('../images/map/infowindow/close.png') top left no-repeat transparent;
  cursor: pointer;
  margin-top:3px;
  margin-left:-3px;
}
* html #niegotuj_window_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/map/infowindow/close.png', sizingMethod='crop');
}
#niegotuj_window_beak{
  width: 27px;
  height: 12px;
  margin-left: 5px;
  margin-top:-3px;
  background: url('../images/map/infowindow/break.png') top left no-repeat transparent;
}
* html #niegotuj_window_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/map/infowindow/break.png', sizingMethod='crop');
}



