#custom_info_window_red{
  width: 383px;
}
#custom_info_window_red_contents{
  width:383px;
  height:115px;
  background-color: #FFF;
  background:url('../images/googlemap/main-bg.jpg') repeat-x transparent;
}

/*
* html #custom_info_window_red_contents{
  width:383px;
  height:115px;
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/googlemap/main-bg.png', sizingMethod='crop');
}
*/

#custom_info_window_red_tl{
  width: 0px;
  height: 0px;
  background: url('') top left no-repeat transparent;
}
* html #custom_info_window_red_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='crop');
}
#custom_info_window_red_t{
  background: url('') top left repeat-x transparent;
}
#custom_info_window_red_tr{
  width: 0px;
  height: 0px;
  background: url('') top left no-repeat transparent;
}
* html #custom_info_window_red_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='crop');
}
#custom_info_window_red_l{
  width: 0px;
  background: url('') top left repeat-y transparent;
}
#custom_info_window_red_r{
  width: 0px;
  background: url('') top right repeat-y transparent;
}
#custom_info_window_red_bl{
  width: 0px;
  height: 0px;
  background: url('') top left no-repeat transparent;
}
* html #custom_info_window_red_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='crop');
}
#custom_info_window_red_b{
  background: url('') top left repeat-x transparent;
}
#custom_info_window_red_br{
  width: 0px;
  height: 0px;
  background: url('') top left no-repeat transparent;
}
* html #custom_info_window_red_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='crop');
}
#custom_info_window_red_close{
  width: 21px;
  height: 21px;
  background: url('../images/googlemap/close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_red_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/googlemap/close.png', sizingMethod='crop');
}
#custom_info_window_red_beak{
  width: 23px;
  height: 25px;
  background: url('../images/googlemap/beak.png') top left no-repeat transparent;
}
* html #custom_info_window_red_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/googlemap/beak.png', sizingMethod='crop');
}
#custom_info_window_red_contents .section1{
  margin: 0;
  padding: 0;
}
#custom_info_window_red_contents .section2{
  margin: 0;
  padding: 0;
  background-color: #FFDFDF;
  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;
  color: #FFF;
  background-color: #900;
}
