#myInfoWindow{
  width: 300px;
}
#myInfoWindow_contents{ 
  background: url('../images/fdtit.png') 0 0 repeat;
  color:#CADBC6;
}
#myInfoWindow_tl{
  width: 16px;
  height: 16px;
  background: url('../images/red_tl.png') top left no-repeat transparent;
}
* html #myInfoWindow_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/red_tl.png', sizingMethod='crop');
}
#myInfoWindow_t{
  background: url('../images/red_t.png') top left repeat-x transparent;

}
#myInfoWindow_tr{
  width: 16px;
  height: 16px;
  background: url('../images/red_tr.png') top left no-repeat transparent;
}
* html #myInfoWindow_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/red_tr.png', sizingMethod='crop');
}
#myInfoWindow_l{
  width: 3px;
  background: url('../images/red_l.png') top left repeat-y transparent;

}
#myInfoWindow_r{
  width: 3px;
  background: url('../images/red_r.png') top right repeat-y transparent;
}
#myInfoWindow_bl{
  width: 16px;
  height: 16px;
  background: url('../images/red_bl.png') top left no-repeat transparent;
}
* html #myInfoWindow_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/red_bl.png', sizingMethod='crop');
}
#myInfoWindow_b{
  background: url('../images/red_b.png') top left repeat-x transparent;
}
#myInfoWindow_br{
  width: 16px;
  height: 16px;
  background: url('../images/red_br.png') top left no-repeat transparent;
}
* html #myInfoWindow_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/red_br.png', sizingMethod='crop');
}
#myInfoWindow_close{
  width: 21px;
  height: 21px;
  background: url('../images/red_close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #myInfoWindow_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/red_close.png', sizingMethod='crop');
}
#myInfoWindow_beak{
  width: 28px;
  height: 38px;
  background: url('../images/red_beak.png') top left no-repeat transparent;
}
* html #myInfoWindow_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/red_beak.png', sizingMethod='crop');
}
#myInfoWindow_contents .section1{
  margin: 0;
  padding: 0;
}
#myInfoWindow_contents .section2{
  margin: 0;
  padding: 0;
  background-color: #FFDFDF;
  border-bottom: dotted 1px #900;
  border-top: dotted 1px #900;
}
#myInfoWindow_contents p{
  margin: 1px 0;
  color:#cadbc6;
  padding: 5px;
}
#myInfoWindow_contents .title{
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background-color: #900;
}

