#mapiInfoWindow{
  width: 368px;
}
#mapiInfoWindow_contents{
  width: 328px;
  padding: 15px 20px 15px 20px;
  height:117px;
  background:url(../img/infowindow.gif) no-repeat;
  color: #000;
}
#mapiInfoWindow_contents div{
  font-size: 12px;
  font-family: arial, helvetica, serif;
}
#mapiInfoWindow_tl, #mapiInfoWindow_tr, #mapiInfoWindow_bl, #mapiInfoWindow_br{
  width: 0px;
  height: 0px;
}
#mapiInfoWindow_t, #mapiInfoWindow_b{
	padding: 15px;
  height:10px;
}

#mapiInfoWindow_l, #mapiInfoWindow_r{
  width: 0px;
}
#mapiInfoWindow_close{
  width: 36px;
  height: 25px;
  margin-top: 10px;
  margin-right:12px;
  background: url('../img/close-window.gif') top left no-repeat transparent;
  cursor: pointer;
}
* html #mapiInfoWindow_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/close-window.gif', sizingMethod='crop');
}
#mapiInfoWindow_beak{
	width: 368px;
  height: 72px;
  background: url('../img/infowindow.gif') bottom left no-repeat transparent;
}
* html #mapiInfoWindow_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/infowindow.gif', sizingMethod='crop');
}


