#custom_info_window{
  width: 400px;
}
#custom_info_window_contents{
  background-color: #FFF;
}
#custom_info_window_tl{
  width: 16px;
  height: 16px;
  background: url('images/map/tl.png') top left no-repeat transparent;
}
* html #custom_info_window_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/map/tl.png', sizingMethod='crop');
}
#custom_info_window_t{
  background: url('images/map/t.png') top left repeat-x transparent;
}
#custom_info_window_tr{
  width: 16px;
  height: 16px;
  background: url('images/map/tr.png') top left no-repeat transparent;
}
* html #custom_info_window_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/map/tr.png', sizingMethod='crop');
}
#custom_info_window_l{
  width: 3px;
  background: url('images/map/l.png') top left repeat-y transparent;
}
#custom_info_window_r{
  width: 3px;
  background: url('images/map/r.png') top right repeat-y transparent;
}
#custom_info_window_bl{
  width: 16px;
  height: 16px;
  background: url('images/map/bl.png') top left no-repeat transparent;
}
* html #custom_info_window_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/map/bl.png', sizingMethod='crop');
}
#custom_info_window_b{
  background: url('images/map/b.png') top left repeat-x transparent;
}
#custom_info_window_br{
  width: 16px;
  height: 16px;
  background: url('images/map/br.png') top left no-repeat transparent;
}
* html #custom_info_window_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/map/br.png', sizingMethod='crop');
}
#custom_info_window_close{
  width: 21px;
  height: 21px;
  background: url('images/map/close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/map/close.png', sizingMethod='crop');
}
#custom_info_window_beak{
  width: 28px;
  height: 38px;
  background: url('images/map/beak.png') top left no-repeat transparent;
}
* html #custom_info_window_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/map/beak.png', sizingMethod='crop');
}
#custom_info_window_contents .section1{
  margin: 0;
  padding: 0;
}
#custom_info_window_contents .section2{
  margin: 0;
  padding: 0;
  background-color: #FFDFDF;
  border-bottom: dotted 1px #900;
  border-top: dotted 1px #900;
}
#custom_info_window_contents p{
  margin: 1px 0;
  padding: 10px;
}

#custom_info_window_contents h1{
  margin: 0;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background-color: #900;
  text-align:center;
}

#custom_info_window_contents .title{
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background-color: #900;
}

#custom_info_window_contents img{
	float:left;
	padding:10px;
	padding-top:15px;
	padding-bottom:30px;
}