#custom_info_window_green{
  width: 400px;
}
#custom_info_window_green_contents{
  background-color: #FFF;
}
#custom_info_window_green_tl{
  width: 16px;
  height: 16px;
  background: url('./images/green_tl.png') top left no-repeat transparent;
}
* html #custom_info_window_green_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/green_tl.png', sizingMethod='crop');
}
#custom_info_window_green_t{
  background: url('./images/green_t.png') top left repeat-x transparent;
}
#custom_info_window_green_tr{
  width: 16px;
  height: 16px;
  background: url('./images/green_tr.png') top left no-repeat transparent;
}
* html #custom_info_window_green_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/green_tr.png', sizingMethod='crop');
}
#custom_info_window_green_l{
  width: 3px;
  background: url('./images/green_l.png') top left repeat-y transparent;
}
#custom_info_window_green_r{
  width: 3px;
  background: url('./images/green_r.png') top right repeat-y transparent;
}
#custom_info_window_green_bl{
  width: 16px;
  height: 16px;
  background: url('./images/green_bl.png') top left no-repeat transparent;
}
* html #custom_info_window_green_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/green_bl.png', sizingMethod='crop');
}
#custom_info_window_green_b{
  background: url('./images/green_b.png') top left repeat-x transparent;
}
#custom_info_window_green_br{
  width: 16px;
  height: 16px;
  background: url('./images/green_br.png') top left no-repeat transparent;
}
* html #custom_info_window_green_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/green_br.png', sizingMethod='crop');
}
#custom_info_window_green_close{
  width: 21px;
  height: 21px;
  background: url('./images/green_close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_green_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/green_close.png', sizingMethod='crop');
}
#custom_info_window_green_beak{
  width: 28px;
  height: 38px;
  background: url('./images/green_beak.png') top left no-repeat transparent;
}
* html #custom_info_window_green_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/green_beak.png', sizingMethod='crop');
}
#custom_info_window_green_contents .section1{
  margin: 0;
  padding: 0;
}
#custom_info_window_green_contents .section2{
  margin: 0;
  padding: 0;
  background-color: #FdC8C8;
  border-bottom: dotted 1px #E60A0A;
  border-top: dotted 1px #E60A0A;
}
#custom_info_window_green_contents p{
  margin: 1px 0;
  padding: 5px;
}
#custom_info_window_green_contents .title{
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background-color: #008C00;
}
