#custom_info_window_red{
  width: 200px !important;
}

#custom_info_window_red .title{
   width: 195px !important;
}
#custom_info_window_red_contents{
  background-color: #FFF;
}
#custom_info_window_red_tl{
  width: 16px;
  height: 16px;
  background: url('/application/images/googlemap/infowindow_corners/grey_tl.png') top left no-repeat transparent;
}
* html #custom_info_window_red_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/grey_tl.png', sizingMethod='crop');
}
#custom_info_window_red_t{
  background: url('/application/images/googlemap/infowindow_corners/grey_t.png') top left repeat-x transparent;
}
#custom_info_window_red_tr{
  width: 16px;
  height: 16px;
  background: url('/application/images/googlemap/infowindow_corners/grey_tr.png') top left no-repeat transparent;
}
* html #custom_info_window_red_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/grey_tr.png', sizingMethod='crop');
}
#custom_info_window_red_l{
  width: 2px;
  background: url('/application/images/googlemap/infowindow_corners/grey_l.png') top left repeat-y transparent;
}
#custom_info_window_red_r{
  width: 2px;
  background: url('/application/images/googlemap/infowindow_corners/grey_r.png') top right repeat-y transparent;
}
#custom_info_window_red_bl{
  width: 16px;
  height: 16px;
  background: url('/application/images/googlemap/infowindow_corners/grey_bl.png') top left no-repeat transparent;
}
* html #custom_info_window_red_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/grey_bl.png', sizingMethod='crop');
}
#custom_info_window_red_b{
  background: url('/application/images/googlemap/infowindow_corners/grey_b.png') top left repeat-x transparent;
}
#custom_info_window_red_br{
  width: 16px;
  height: 16px;
  background: url('/application/images/googlemap/infowindow_corners/grey_br.png') top left no-repeat transparent;
}
* html #custom_info_window_red_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/grey_br.png', sizingMethod='crop');
}
#custom_info_window_red_close{
  width: 21px;
  height: 21px;
  background: url('/application/images/googlemap/infowindow_corners/grey_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/corners/grey_close.png', sizingMethod='crop');
}
#custom_info_window_red_beak{
  width: 28px;
  height: 38px;
  background: url('/application/images/googlemap/infowindow_corners/grey_beak.png') top left no-repeat transparent;
}
* html #custom_info_window_red_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/corners/grey_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;
  width:180px !important;
}
#custom_info_window_red_contents .title{
  font-size: 18px;
  font-weight: bold;
  color: #252724;
  /*background-color: #987c4d;*/
  background: url('/application/images/googlemap/infowindow_corners/grey_c.png') top left repeat transparent;
  padding-left:5px;
}
