#custom_info_window_red{
  width: 300px;
}
#custom_info_window_red_contents{
  background-color: #FFF;
}
#custom_info_window_red_tl{
  width: 16px;
  height: 16px;
  background: url('/images/corners/red_tl.png') top left no-repeat transparent;
}

#custom_info_window_red_t{
  background: url('/images/corners/red_t.png') top left repeat-x transparent;
}
#custom_info_window_red_tr{
  width: 16px;
  height: 16px;
  background: url('/images/corners/red_tr.png') top left no-repeat transparent;
}

#custom_info_window_red_l{
  width: 3px;
  background: url('/images/corners/red_l.png') top left repeat-y transparent;
}
#custom_info_window_red_r{
  width: 3px;
  background: url('/images/corners/red_r.png') top right repeat-y transparent;
}
#custom_info_window_red_bl{
  width: 16px;
  height: 16px;
  background: url('/images/corners/red_bl.png') top left no-repeat transparent;
}

#custom_info_window_red_b{
  background: url('/images/corners/red_b.png') top left repeat-x transparent;
}
#custom_info_window_red_br{
  width: 16px;
  height: 16px;
  background: url('/images/corners/red_br.png') top left no-repeat transparent;
}

#custom_info_window_red_close{
  width: 21px;
  height: 21px;
  background: url('/images/corners/red_close.png') top left no-repeat transparent;
  cursor: pointer;
}

#custom_info_window_red_beak{
  width: 28px;
  height: 38px;
  background: url('/images/corners/red_beak.png') top left no-repeat transparent;
}

#custom_info_window_red_contents .section1{
font-family:tahoma;
font-size:13px;
font-weight:bold;
margin:0;
padding:10px 10px 0 15px;
}
#custom_info_window_red_contents .section2{
  margin: 0;
  padding: 10px 20px 0 0;
  text-align: right;
  font-weight:bold;
  font-family:Tahoma;
  font-size:13px;
}
#custom_info_window_red_contents .section2 a{
  color: #710002;
}

#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;
  padding: 0 0 10px 15px;
}