  #info_window{
    width: 250px;
  }
  #info_window_contents{
    background-color: #FFF;
	padding: 5px;
	padding-right: 0px;
	border: solid 1px #b4b4b4;
  }
  #info_window_contents .info{
  	margin-top: 10px;
  	font-family: Arial;
	font-size: 11px;
  }
  #info_window_contents .info a{
  	color: #000000;
	font-size: 14px;
	font-weight: bold;
  }
  #info_window_close{
  	width:12px;
	height: 12px;
	background: url(/i/map_close.gif) no-repeat;
	cursor: pointer;
	margin-top: 6px;
  }
  * html #info_window_beak{
    background-image:none;
  }
  #info_window_tl, #info_window_tr, #info_window_bl, #info_window_br,
  #info_window_t,#info_window_l,#info_window_r,#info_window_b{
    height: 0px;
    width: 0px;
  }
