#opacity_window{
  width: 286px;
}

#opacity_window_contents{
  background: #f5f5f5;
}

#opacity_window_tl{
  width: 10px;
  height: 10px;
  background: url('../img/iw/infowindow_tl.png') top left no-repeat transparent;
}

#opacity_window_t{
  background: url('../img/iw/infowindow_t.png') top left repeat-x transparent;
}

#opacity_window_tr{
  width: 10px;
  height: 10px;
  background: url('../img/iw/infowindow_tr.png') top right no-repeat transparent;
}

#opacity_window_l{
  background: url('../img/iw/infowindow_l.png') top left repeat-y transparent;
  width: 10px;
}

#opacity_window_r{
  background: url('../img/iw/infowindow_r.png') top right repeat-y transparent;
  width: 10px;
}

#opacity_window_bl{
  width: 10px;
  height: 10px;
  background: url('../img/iw/infowindow_bl.png') top left no-repeat transparent;
}

#opacity_window_b{
  height: 10px;
  background: url('../img/iw/infowindow_b.png') bottom left repeat-x transparent;
}

#opacity_window_br{
  width: 10px;
  height: 10px;
  background: url('../img/iw/infowindow_br.png') top left no-repeat transparent;
}

#opacity_window_close{
  width: 10px;
  height: 10px;
  margin: 5px 0px 0px -5px;
  background: url('../img/iw/infowindow_close.png') top left no-repeat transparent;
  cursor: pointer;
}

#opacity_window_beak{
	width: 21px;
  height: 11px;
  background: url('../img/iw/infowindow_beak.png') top left no-repeat transparent;
}

