<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">span.PasswordPrompt
    {
    padding-top: 1em;
    margin-right: 1em;
    white-space: nowrap;
    font-size: 0.6em;
    }
    
input.PasswordPrompt
    {
    margin-top: 1em;
    width: 5em;
    position: relative;
    top: 2px;
    border: solid 1px #777777;
    }
    
span.MessagePrompt
    {
    font-weight: bold;
    color: red;
    }</pre></body></html>