﻿
.user-editor {
    font-weight: bold;
    position: relative;
    top: 1px !important;
}
.user-editor .label-cell {
    text-align: right;
    width: 100px;
}
.user-editor label {
    display: inline;
    margin: 0 5px;
}
.user-editor td {
    vertical-align: middle;
}
.user-editor input {
    border: 1px solid #CCCCCC;
    color: #000000;
    position: relative;
    top: 3px;
}
.self-signup-header, .user-editor-submit {
    padding: 10px;
    text-align: center;
}
.user-editor-submit input {
    color: #FFFFFF;
}
.admin-fields input {
    margin-left: 10px;
    position: relative;
    top: -4px;
}
.user-editor .input-info {
    font-size: 13px;
    margin-left: 10px;
}
