div#map_canvas {
	width: 708px;
	height: 440px;
	background-color: #0F0;
}


#tooltip.bottom { 
    background:url(/tools/img/tooltip/black_arrow_big_bottom.png);     
    padding-top:40px; 
    height:55px; 
} 
 
#tooltip.bottom { 
    background:url(/tools/img/tooltip/black_arrow_big_bottom.png); 
}

#windowbubble {
	background:url(javascript/fancy_search/img/black_arrow_big.png); 
    height:163px; 
    padding:40px 30px 10px 30px; 
    width:310px; 
    font-size:11px; 
    color:#fff; 
}


#simple_example_window{
    width: 100px;
  }
  #simple_example_window_contents{
    background-color: #FFF;
  }
  #custom_info_window_red_beak{
    width: 28px;
    height: 38px;
    background: url('../examples/images/corners/red_beak.png') top left no-repeat transparent;
  }
  * html #simple_example_window_beak{
    /* Alpha transparencies hack for IE */
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../examples/images/corners/red_beak.png', sizingMethod='crop');
  }
  #simple_example_window_tl, #simple_example_window_tr, #simple_example_window_bl, #simple_example_window_br,
  #simple_example_window_t,#simple_example_window_l,#simple_example_window_r,#simple_example_window_b{
    background-color: #F00;
    height: 2px;
    width: 2px;
  }
