form#register h2,
form#register h3{
    height: 28px;
    background-image: url('./img/cellpic3.gif');
    background-repeat: repeat-x;
    background-color: black;
    display: flex;
    align-items: center;
    font-size: 1.1em;
    padding: 0 0.5rem;
    color: white;
    border-color: black;
}

form#register a{
    color: white;
}

/* the confirmation code thing */

form#register div.captcha-panel fieldset.fields2 > dl {
    flex-wrap: wrap;
    grid-gap: 1rem;
}
form#register div.captcha-panel fieldset.fields2 > dl > *{
    margin-left: 0;
    width: auto;
}