body {
    background: black;
    color: white;
}

input {
    background: black;
    color: white;
    border: 1px solid white;
}

#password {
    background: url(quux.png);
    background-repeat: repeat-y;
    color: white;
    width: 90px;
    border: 1px solid white;
}
