#map_canvas{
    width: 100%;
    height: 480px;
    overflow: hidden;
    
}
.divToolbar{
    width: 98.5%;
    height: 26px;
    top: 0;
    left: 0;
    padding: 5px;
    padding-left: 10px; 
    padding-right: 10px; 
    background-color: #444;
    border-bottom: 2px solid whitesmoke; 
}
.searchmap{
    float:right;
    color: white;
    font-size: 12px;
}
.searchmap input{
    width: 250px;
}