#neighborhoodMap {
    width: 900px;
    min-height: 600px;
    margin: 25px auto 0 auto;
    font-size: 10pt;
}

#neighborhoodMap #map{
    width : 800px;
    height : 600px;
    margin: 100px auto 25px auto;
}

#neighborhoodMap #buttonRow{
    width : 800px;
    height : 50px;
    margin: 0 auto;
}

#neighborhoodMap #buttonRow input{
    float : left;
    margin: 0 25px 0 0 ;
}

#neighborhoodMap #infoRow{
    width : 800px;
    height : 50px;
    margin: 25px auto 0 auto;
}

#neighborhoodMap #infoRow .row{
    width : 800px;
    height : 30px;
}

#neighborhoodMap #infoRow .tall{
    height : 90px;
}

#neighborhoodMap #infoRow .row .label{
    float : left;
    width : 150px;
}

#neighborhoodMap #infoRow .input{
    float : left;
    width : 200px;
}

#neighborhoodMap #infoRow .pointString .input{
    width : 600px;
}

#neighborhoodMap #infoRow .input input{
    width : 600px;
}

#neighborhoodMap #infoRow .pointString .input input{
    width : 450px;
    float : left;
}

#neighborhoodMap #infoRow .pointString .input input.button{
    width : 75px;
    float : left;
    margin : 0 0 0 25px;
}

#neighborhoodMap #infoRow #introText{
    width : 600px;
}

#neighborhoodMap p{
    float : left;
    clear : both;
    margin : 25px 0;
}

#showAdvanced{
    color : #0000ff;
    cursor : pointer;
}

#showAdvanced:hover{
    text-decoration: underline;
}
