.infoWindow {
    font-family:arial;
    line-height:15px;
    font-size:11px;
    padding:10px;
    padding-top:5px;
    padding-bottom:0px;
    margin:0;
    
}
  
.infoWindow th {
    color:gray;
    width: 160px;
}

.infoWindow th, .infoWindow td {    
    line-height:16px;
    height:17px;
}


  #simple_example_window {
    width: 350px;
    height:130px;
  }
  
  /* hier het midden van de ballon */
  #simple_example_window_contents {

    background-color: #fff;
    border:8px solid #F68220;
    padding:0px;

  }
 
  #simple_example_window_tl {
width:0;
    height:0;
  }
  #simple_example_window_t {
width:0;
    height:0;
  }
  #simple_example_window_tr {
width:0;
    height:0;
  }    
  #simple_example_window_l {
width:0;
    height:0;
  } 
  #simple_example_window_r {
width:0;
    height:0;
  }
  #simple_example_window_br {
width:0;
    height:0;
}
  #simple_example_window_bl {
width:0;
    height:0;
  }
  #simple_example_window_b {
    width:0;
    height:1px;
  }  
  #simple_example_window_beak{ 
    width: 22px;
    height: 24px;
    margin-left:10px;
    background: transparent url('../images/infowindow_beak.png') no-repeat;   
  }
  
* html #simple_example_window_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/infowindow_beak.png', sizingMethod='crop');
}

  
  

  #simple_example_window_close{
    position: absolute; 
    top: 0px; 
    left: 0px;
    margin-left:-260px;
    margin-top:-7px;
    width: 100px;
    height: 20px;
    background: url('../images/sluitknop.png') top left no-repeat transparent;
    cursor: pointer;
  }  
  
  

