
  #simple_example_window {
    width: 300px;
  }
  
  /* hier het midden van de ballon */
  #simple_example_window_contents {
    height: 173px;
    background-color: #690E0E;
  }
  #custom_info_window_red_beak {
    width: 28px;
    height: 38px;
    background: url('../examples/images/corners/red_beak.png') top left no-repeat transparent;
  }
 
  #simple_example_window_tl {
    width: 8px;
    height: 8px;
    background: transparent url('../images/extinfowindow/tl.png') no-repeat;                        
  }
  #simple_example_window_t {
    width: 350px;
    height: 5px;
    background: #690E0E url('../images/extinfowindow/t.jpg') no-repeat;                            
  }
  #simple_example_window_tr {
    width: 8px;
    height: 8px;
    background: transparent url('../images/extinfowindow/tr.png') no-repeat;                          
  }    
  #simple_example_window_l {
    width: 5px;
    height: 173px;
    background: transparent url('../images/extinfowindow/l.png') no-repeat;                            
  } 
  #simple_example_window_r {
    width: 5px;
    height: 173px;
    background: transparent url('../images/extinfowindow/r.png') no-repeat;                              
  }
  #simple_example_window_br {
    width: 8px;
    height: 8px;
    background: transparent url('../images/extinfowindow/br.png') no-repeat;                          
  }
  #simple_example_window_bl {
    width: 8px;
    height: 8px;
    background: transparent url('../images/extinfowindow/bl.png') no-repeat;                            
  }
  #simple_example_window_b {
    width: 350px;
    height: 5px;
    background: #690E0E url('../images/extinfowindow/b.png') no-repeat; 
  }  
  #simple_example_window_beak{ 
    width: 7px;
    height: 33px;
    background: transparent url('../images/extinfowindow/beak.png') no-repeat;   
  }
  

  #simple_example_window_close{
    position: absolute; 
    top: 2px; 
    left: 289px;
    width: 17px;
    height: 15px;
    background: url('../images/extinfowindow/close.png') top left no-repeat transparent;
    cursor: pointer;
  }  
  
  



  
  
  
  

  #simple_example_window_info {
    width: 300px;
  }
  
  /* hier het midden van de ballon */
  #simple_example_window_info_contents {
    height: 103px;
    background-color: #690E0E;
  }
  #simple_example_window_info_red_beak {
    width: 28px;
    height: 38px;
    background: url('../examples/images/corners/red_beak.png') top left no-repeat transparent;
  }
  
  
  #simple_example_window_info_tl {
    width: 8px;
    height: 8px;
    background: transparent url('../images/extinfowindow_info/tl.png') no-repeat;                        
  }
           
  #simple_example_window_info_t {
    width: 350px;
    height: 5px;
    background: #690E0E url('../images/extinfowindow_info/t.jpg') no-repeat;                            
  }
  #simple_example_window_info_tr {
    width: 8px;
    height: 8px;
    background: transparent url('../images/extinfowindow_info/tr.png') no-repeat;                          
  }      
  #simple_example_window_info_l {
    width: 5px;
    height: 103px;
    background: transparent url('../images/extinfowindow_info/l.png') no-repeat;                            
  } 
  #simple_example_window_info_r {
    width: 5px;
    height: 103px;
    background: transparent url('../images/extinfowindow_info/r.png') no-repeat;                              
  }
  #simple_example_window_info_br {
    width: 8px;
    height: 8px;
    background: transparent url('../images/extinfowindow_info/br.png') no-repeat;                          
  }
  #simple_example_window_info_bl {
    width: 8px;
    height: 8px;
    background: transparent url('../images/extinfowindow_info/bl.png') no-repeat;                            
  }
  #simple_example_window_info_b {
    width: 350px;
    height: 5px;
    background: #690E0E url('../images/extinfowindow_info/b.png') no-repeat; 
  }  
  #simple_example_window_info_beak{ 
    width: 7px;
    height: 35px;
    background: transparent url('../images/extinfowindow_info/beak.png') no-repeat;   
  }
  

  #simple_example_window_info_close{
    position: absolute; 
    top: 5px; 
    left: 360px;
    width: 17px;
    height: 15px;
    background: url('../images/extinfowindow_info/close.png') top left no-repeat transparent;
    cursor: pointer;
  }  
  
