html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
#div_direct_container{
width: 560px;
height: 18px;
z-index: 2;
overflow-x: hidden;
overflow-y: hidden;
}
#div_direct_sp{
width: 560px;
height: 6px;
}
#directions-panel{
width: 560px;
z-index: 1;
margin-top: -65px;
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
font-size:11px;
float: left;
}
.content {
min-height: 3em;
line-height: 1.4em;
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
font-size:11px;
color: #333333;
//background:url('immagini/sfondo.jpg') repeat-x;
}
#map_canvas{
width: 560px;
height: 400px;
border: 1px solid #808080;
}
.mhr{
border: 1px dotted #c0c0c0;
}
.campo_ricerca{
font-size: 8pt;
font-family: Verdana;
border: 1px solid #808080;
}
.b_stampa{
font-size: 8pt;
font-family: Arial;
color: #FFFFFF;
border: 1px solid #000000;
background-color: #00A400;
}
#print_dir{
position: absolute;
visibility: hidden
}
@media print {
  html, body {
    height: auto;
  }

  #map_canvas {
    height: 650px;
  }
}
