#directions {
    margin:15px;
    padding:10px -15px;
    border-bottom:1px dashed #CCC;
    clear:both;
    width:500px;
}

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

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

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

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

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