#info_window {
    color: #666666;
    width: 500px;
    font-family: verdana;
    font-size: 11px;
    line-height: normal;
    height: 380px;
}

#info_window .content {
    height: 300px;
    overflow: auto;
    background-color: #fff;
    padding: 8px;
    margin: 10px;
    width: 300px;
    float: right;
}

#info_window h3 {
    color: #888;
    padding: 5px 10px 5px 20px;
    background-color: #E4E8E6;
    margin: 10px 10px 0px 10px;
    font-family: 'Trebuchet MS', 'verdana';
    font-size: 16px;
}

#info_window_contents{
    background-color: #EAEEEC;
}

#info_window_close, .close{
  width: 29px;
  height: 27px;
  background: url('../img/gmap_infowindow/info_window_close-alpha.png') top left no-repeat transparent;
  cursor: pointer;
    margin:0;
}

.close {
    display: block;
}
/*
#info_window_tl, #info_window_tr, #info_window_bl, #info_window_br,
#info_window_t,#info_window_l,#info_window_r,#info_window_bm, #info_window_beak{
  height: 0px;
  width: 0px;
}
*/

#info_window_tl{
  width: 6px;
  height: 5px;
  background: url('../img/gmap_infowindow/info_window_tl.png') top left no-repeat transparent;
}

#info_window_t{
  background: url('../img/gmap_infowindow/info_window_t.png') top left repeat-x transparent;
}
#info_window_tr{
  width: 5px;
  height: 5px;
  background: url('../img/gmap_infowindow/info_window_tr.png') top right no-repeat transparent;
}
#info_window_l{
  background: url('../img/gmap_infowindow/info_window_l.png') top left repeat-y transparent;
  width: 5px;
}
#info_window_r{
  background: url('../img/gmap_infowindow/info_window_r.png') top right repeat-y transparent;
  width: 5px;
}
#info_window_bl{
  width: 5px;
  height: 5px;
  background: url('../img/gmap_infowindow/info_window_bl.png') top left no-repeat transparent;
}
#info_window_b{
  height: 5px;
  background: url('../img/gmap_infowindow/info_window_b.png') top left repeat-x transparent;
}
#info_window_br{
  width: 5px;
  height: 5px;
  background: url('../img/gmap_infowindow/info_window_br.png') bottom right no-repeat transparent;
}
#info_window_beak{
    display: none;
	width: 29px;
  height: 37px;
  background: url('../img/gmap_infowindow/info_window_beak.png') top left no-repeat transparent;
}

