.form .help
{
    font-style: italic;
}

.form .label label
{
    font-weight: bold;
}

.form .label
{
    margin-bottom: 0.2em;
}

.form .errors
{
    font-style: italic;
    color: red;
}

.form .form-element
{
    margin-top: 0.7em;
}

input,
select,
textarea
{
    border-width: 1px;
    border-color: black;
    background-color: white;
}

.form .textbox input,
.form .list select
{
    width: 15em;
}

