.join-form-divider {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 5px;
    background-color: #004477;
    border: none;
}

.form-label {
    font-weight: bold;
}

.form-error {
    color: red;
    font-weight: bold;
    font-style: italic;
}

.member-list-name-cell {
    width: 200px;
    height: 20px;
}

.member-list-table td {
    padding-left: 5px;
    padding-right: 5px;
}

.page-links {
    margin-top: 15px;
    font-weight: bold;
}

.page-links a:link,a:visited,a:active {
    text-decoration: none;
}

.page-links a:hover {
    text-decoration: underline;
}


