#neighborhoodMap {
    width: 900px;
    min-height: 600px;
    margin: 25px auto 0 auto;
    font-size: 10pt;
}

#neighborhoodMap #stepOne{
    width : 100%;
    height : 200px;
}

#neighborhoodMap #stepTwo{
    width : 100%;
    height : 1000px;
}

#neighborhoodMap #stepTwo #map{
    width : 800px;
    height : 600px;
    margin: 25px auto;
}

#neighborhoodMap #stepTwo #buttonRow{
    width : 800px;
    height : 50px;
    margin: 0 auto;
}

#neighborhoodMap #stepTwo #buttonRow input{
    float : left;
    margin: 0 25px 0 0 ;
}

#neighborhoodMap #stepTwo .infoRow{
    width : 800px;
    height : 50px;
    margin: 25px auto 0 auto;
}

#neighborhoodMap #stepTwo .infoRow .row{
    width : 800px;
    height : 30px;
}

#neighborhoodMap #stepTwo .infoRow .row .label{
    float : left;
    width : 250px;
}

#neighborhoodMap #stepTwo .infoRow .input{
    float : left;
    width : 400px;
}




