#resourceWrapper {
    width: 939px;
    margin: 0 auto;
}

#headerText {
    width: 560px;
    height: 30px;
    margin: 16px 0 0 0;
    color: #30416f;
    font-size: 26px;
    font-weight: bold;
}

#headerAdvise {
    width: 940px;
    margin: 5px 0 5px 0;
    color: #30416f;
    font-size: 12px;
    float:left;
}

#resourceForm {
    width: 940px;
    height: 500px;
}

#resourceForm .column {
    width: 470px;
    float: left;
}

#resourceForm .column .row {
    width: 450px;
    height: 20px;
    padding: 10px;
}

#resourceForm .column .odd,
#resourceForm .rowFull .odd {
    background-color: #E5E5E5;
}

#resourceForm .column .row .label,
#resourceForm .rowFull .label {
    width: 120px;
    float: left;
    font-weight: bold;
    color: #30416f;
    font-size: 12px;
}

.label2 {
    float: left;
    font-weight: bold;
    color: #30416f;
    font-size: 12px;
}
#resourceForm .column .row .input {
    width: 300px;
    float: left;
}

#resourceForm .column .row .input select {
    width: 250px;
}

#resourceForm .column .row .input input {
    /* width: 175px; */
}

#resourceForm .column .row .input .small {
    width: 25px;
}

#resourceForm .rowFull {
    width: 920px;
    clear: both;
    float: left;
    padding: 10px;
}

#resourceForm .rowFull .input {
    float: left;
    width: 700px;
}

#resourceForm  .rowButtons {
    width: 880px;
    height: 55px;
    clear: both;
    float: left;
    padding: 10px;
}

#resourceForm .threeWide {
    float: left;
    width: 920px;
}

#resourceForm .threeWide .label {
    width: 50px;
    float: left;
}

#resourceForm .threeWide .input {
    width: 250px;
    float: left;
}
