#custom_info_window_blue{
  width: 300px;
}
#custom_info_window_blue_contents{
  background-color:#FFF;
}
#custom_info_window_blue_tl{
  width: 16px;
  height: 16px;
  background: url('/_scriptsGlobal/extinfowindow/images/blue_tl.png') top left no-repeat transparent;
}
* html #custom_info_window_blue_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_scriptsGlobal/extinfowindow/images/blue_tl.png', sizingMethod='crop');
}
#custom_info_window_blue_t{
  background: url('/_scriptsGlobal/extinfowindow/images/blue_t.png') top left repeat-x transparent;
}
#custom_info_window_blue_tr{
  width: 16px;
  height: 16px;
  background: url('/_scriptsGlobal/extinfowindow/images/blue_tr.png') top left no-repeat transparent;
}
* html #custom_info_window_blue_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_scriptsGlobal/extinfowindow/images/blue_tr.png', sizingMethod='crop');
}
#custom_info_window_blue_l{
  width: 3px;
  background: url('/_scriptsGlobal/extinfowindow/images/blue_l.png') top left repeat-y transparent;
}
#custom_info_window_blue_r{
  width: 3px;
  background: url('/_scriptsGlobal/extinfowindow/images/blue_r.png') top right repeat-y transparent;
}
#custom_info_window_blue_bl{
  width: 16px;
  height: 16px;
  background: url('/_scriptsGlobal/extinfowindow/images/blue_bl.png') top left no-repeat transparent;
}
* html #custom_info_window_blue_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_scriptsGlobal/extinfowindow/images/blue_bl.png', sizingMethod='crop');
}
#custom_info_window_blue_b{
  background: url('/_scriptsGlobal/extinfowindow/images/blue_b.png') top left repeat-x transparent;
}
#custom_info_window_blue_br{
  width: 16px;
  height: 16px;
  background: url('/_scriptsGlobal/extinfowindow/images/blue_br.png') top left no-repeat transparent;
}
* html #custom_info_window_blue_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_scriptsGlobal/extinfowindow/images/blue_br.png', sizingMethod='crop');
}
#custom_info_window_blue_close{
  width: 21px;
  height: 21px;
  background: url('/_scriptsGlobal/extinfowindow/images/blue_close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_blue_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_scriptsGlobal/extinfowindow/images/blue_close.png', sizingMethod='crop');
}
#custom_info_window_blue_beak{
  width: 28px;
  height: 38px;
  background: url('/_scriptsGlobal/extinfowindow/images/blue_beak.png') top left no-repeat transparent;
}
* html #custom_info_window_blue_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_scriptsGlobal/extinfowindow/images/blue_beak.png', sizingMethod='crop');
}
#custom_info_window_blue_contents .section1{
  margin: 0;
  padding: 2px;
}
#custom_info_window_blue_contents .section2{
  margin: 0;
  padding: 0;
  background-color: #FFDFDF;
  border-bottom: dotted 1px #256EA0;
  border-top: dotted 1px #256EA0;
}
#custom_info_window_blue_contents p{
  margin: 1px 0;
  padding: 5px;
}
#custom_info_window_blue_contents .title{
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background-color: #004299;
  padding-left:2px;
}