#custom_info_window_red{
  width: 255px;
}
#custom_info_window_red_contents{
  background: url('./red_center.png') transparent;
  color: #000;
}
* html #custom_info_window_red_contents{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./Css/redInfoWindow/red_center.png', sizingMethod='scale');
}
#custom_info_window_red_tl{
  width: 6px;
  height: 6px;
  background: url('./red_tl.png') top left no-repeat transparent;
}
* html #custom_info_window_red_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./Css/redInfoWindow/red_tl.png', sizingMethod='crop');
}
#custom_info_window_red_t{
  background: url('./red_t.png') top left repeat-x transparent;
}
#custom_info_window_red_tr{
  width: 6px;
  height: 6px;
  background: url('./red_tr.png') top left no-repeat transparent;
}
* html #custom_info_window_red_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./Css/redInfoWindow/red_tr.png', sizingMethod='crop');
}
#custom_info_window_red_l{
  width: 3px;
  background: url('./red_l.png') top left repeat-y transparent;
}
#custom_info_window_red_r{
  width: 3px;
  background: url('./red_r.png') top right repeat-y transparent;
}
#custom_info_window_red_bl{
  width: 6px;
  height: 6px;
  background: url('./red_bl.png') top left no-repeat transparent;
}
* html #custom_info_window_red_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./Css/redInfoWindow/red_bl.png', sizingMethod='crop');
}
#custom_info_window_red_b{
  background: url('./red_b.png') top left repeat-x transparent;
}
#custom_info_window_red_br{
  width: 6px;
  height: 6px;
  background: url('./red_br.png') top left no-repeat transparent;
}
* html #custom_info_window_red_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./Css/redInfoWindow/red_br.png', sizingMethod='crop');
}
#custom_info_window_red_close{
  width: 10px;
  height: 10px;
  background: url('./red_close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_red_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./Css/redInfoWindow/red_close.png', sizingMethod='crop');
}
#custom_info_window_red_beak{
  width: 26px;
  height: 15px;
  background: url('./red_beak.png') top left no-repeat transparent;
}
* html #custom_info_window_red_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./Css/redInfoWindow/red_beak.png', sizingMethod='crop');
}
#custom_info_window_red_contents .section1{
  margin: 0;
  padding: 0;
}
#custom_info_window_red_contents .section2{
  margin: 0;
  padding: 0;
  border-bottom: dotted 1px #900;
  border-top: dotted 1px #900;
}
#custom_info_window_red_contents p{
  margin: 1px 0;
  padding: 5px;
}
#custom_info_window_red_contents .title{
  font-size: 18px;
  font-weight: bold;
}