/*
misc
*/

#editUser {
    width: 939px;
    min-height: 500px;
    margin: 20px 0 0 25px;
    float: left;
    font-size : 10pt;
}

#editUser h2 {
    font-size: 18px;
    text-align: center;
    margin: 0 0 35px 150px;
    color: #003D99;
    border-bottom: 2px solid #003D99;
    height: 35px;
    width: 625px;
    float: left;
}

#editUser p{
    clear : both;
}

#editUser .column {
    width: 450px;
    float: left;
    height: 250px;
}

#editUser .column .row {
    width: 450px;
    height: 45px;
}

#editUser .column .row .label {
    width: 150px;
    float: left;
    font-weight: bold;
    color: #003D99;
}

#editUser .column .row .input {
    width: 300px;
    float: left;
}

#editUser .column .row .required {
    color : red;
    text-align:center;
}

#editUser .column .row .input input {
    width: 200px;
    border: 1px solid #0464B1;
}

#editUser .column .row .input input:focus {
    background-color: #E3EEF7;
}

#editUser .column .row .labelWide {
    width: 300px;
    float: left;
    font-weight: bold;
    color: #003D99;
}

#editUser .column .row .inputSmall {
    width: 150px;
    float: left;
}

#editUser .column .row .inputSmall input {
    width: 25px;
}

#editUser #buttonRow{
    width: 939px;
    height: 50px;
    float: left;
    text-align : center;
}
#editUser #buttonRow input{
    margin: 0 25px 0 0;
}
