#directions {
    margin:0;
    padding:10px 0;
    border-bottom:1px dashed #CCC;
    clear:both;
    overflow:auto;
}

#directions label {
    width:350px;
    float:none;
    clear:right;
    background-image:none;
}

#directions input#saddr {
    width:75px;
    margin:0;
    float:none;
}

#directions input#go {
    width:auto;
    float:none;
}

#directions p {
    border-bottom:0;
    margin:0;
}

#map {
    /*background:url(/images/gmap.png) no-repeat left top; */
    width:500px;
    height:300px;
    margin:10px;
    border:1px solid #CCC;
}
