
h2 {
    font-size: 1.7em;
    margin-bottom: 1em;
    color: #666;
}

p {
    font-size: 1.3em;
    color: #333;
    margin-bottom: .8em;
}

form {
    width: 90%;
    overflow: hidden;
    font-size: 1.3em;
}

    form .field_instance {
        margin-top: .6em;
    }

    form label {
        width: 10em;
        float: left;
        padding-top: .2em;
    }

    form input {
        width: 15em;
        font-size: .9em;
        padding: .2em .2em .1em .2em;
        color: #333;
    }

    form .buttons {
        margin-top: 1em;
    }

    .form ul.errors {
        margin-bottom: 1em;
    }

        .form ul.errors li {
            color: red;
            font-size: 1.3em;
            margin: .3em auto;
        }

            .form ul.errors li em {
                font-weight: bold;
            }

