#needsWrapper {
    width: 939px;
    margin: 0 auto;
}

#headerText {
    width: 560px;
    height: 53px;
    margin: 16px 0 0 0;
    color: #30416f;
    font-size: 22px;
    font-weight: bold;
}

#headerText a {
    color: #00345F;
}

#headerText a:hover {
    color: blue;
}

#communityNeedsText {
    width: 540px;
    height: 250px;
    color: #000103;
    font-size: 10pt;
    line-height: 1.4em;
}

#needForm {
    width: 930px;
    height: 500px;
}

#needForm .column {
    width: 465px;
    float: left;
}

#needForm .column .row {
    width: 100%;
    height: 30px;
}

#needForm .column .row .label {
    width: 125px;
    float: left;
    font-weight: bold;
    font-size: 12px;
}

#needForm .column .row .input {
    width: 200px;
    float: left;
}

#needForm .column .row .input select {
    width: 180px;
}

#needForm .column .row .input input {
    width: 150px;
}

#needForm .column .row .input .small {
    width: 25px;
}

#needForm .column .rowDescription {
    width: 100%;
    padding: 0 0 0 5px;
}

#needForm .column .rowButtons {
    width: 100%;
    height: 30px;
    padding: 0 0 0 5px;
}

#needForm .column .row .label img {
    width: 16px;
    height: 16px;
}

#box_mapChoice {
    width: 430px;
    height: 390px;
    padding: 5px;
    border: 1px solid #000000;
}

#box_mapChoice .explanation {
    font-size: 12px;
    height: 50px;
}

#map {
    width: 430px;
    height: 340px;
    margin: auto;
}
