
.unableToLoadErrorMsg {
    width: 390px;
    padding: 10px;
    padding-left: 50px;
    margin-top: 0;
    margin-bottom: 50px;

    background-image: url('../../images/error-dialog_32x32.png');
    background-position: 5px 10px;
    background-repeat: no-repeat;

    background-color: rgb(240, 240, 240);
    border: 1px solid red;
    border-top: 2px solid red;

}
.refreshLink{color: blue;}
.refreshLink:VISITED{color: blue;}

.submittingPassword, .submittingUserInfo {
    padding-left: 20px;
    padding-bottom: 5px;
    background-image: url('../../images/loading.gif');
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#passwordErrorFeedback, #userInfoErrorFeedback{
    color: rgb(150, 0, 0);
}

.personalInfoFieldset {
    width: 390px;
    padding-top: 0;
}
.personalInfoForm {
    
}
.personalInfoFormRow {
    padding-top: 5px;
    padding-bottom: 5px;
}
.personalInfoFormRowEven {
    
}
.personalInfoFormRowOdd {
    background-color: rgb(240, 240, 240);
}
.personalInfoFormButtons {
    margin-top: 10px;
}
.personalInfoFieldList {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.personalInfoFieldListLabel {
    font-size: 80%;
}
.personalInfoFieldListValue {
    
}