@import "/bin/prototype/window-themes/window/window.css";
@import "/bin/prototype/window-themes/window/lighting.css";

#shoebox {
    padding: 1em;
    text-align: left;
}

#shoebox label {
    width: 3em;
    float: left;
}

#shoebox input, #shoebox textarea {
    width: 80%;
}

/* cannot be called ".buttons" because that conflicts with the Prototype UI
 * dialog stylesheet */
#shoebox .button-container {
    text-align: center;
}

#shoebox #submit {
    margin-top: 1em;
    margin-bottom: 1em;
}

#shoebox #msg {
    text-align: center;
}

