#register-dialog tr {
    height: 1.8em;
}
#register-dialog th {
    text-align: left;
    height: 100%;
    padding-right: 10px;
}
#register-dialog td {
    height: 100%;
}
#register-dialog .r {
    color: #f00;
    font-weight: 800;
}

.form-input-text {
    height: 1.5em;
    width: 90%;
    font-size: 0.8em;
}
.form-input-textarea {
    height: 4.8em;
    max-height: 8em;
    min-height: 1.5em;
    font-size: 0.8em;
    width: 90%;
    resize: vertical;
}
.form-input-time {
    height: 1.5em;
    font-size: 0.8em;
    min-width: 2.5em;
    text-align: center;
}
.form-input-submit {
    display: block;
    font-size: 1em;
    color: #fff;
    background-color: #000;
    border: solid #fff 1px;
    border-radius: 3px; 
    width: 80%;
    height: 2em;
    transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    margin: 20px auto;
}
.form-input-submit:hover {
    color: #000;
    background-color: #fff;
    transform: translateY(4px);
}
select {
    width: 60%;
    min-width: 10em;
    height: 2em;
    font-size: 0.8em;
    background-color: #fff;
    font-weight: 700;
    text-align: center;
}

#register-dialog p {
    font-size: 0.8em;
    /* color: #aaa; */
    margin-bottom: 10px;
}
