h1 {
    margin-bottom: 15px;
}

#contact-form {
    margin-top: 40px;
}

.email {
    color: #FFF;
}

div.label {
    margin: 15px 0 5px;
    text-transform: uppercase;
}

#message {
    height: 200px;
    width: 200px;
}

#email, #name {
    width: 200px;
}

.btn-submit {
    display: block;
    width: 188px; height: 42px;
    background: transparent url(/images/layout/bpm_sprite.png) -785px -109px;
    margin-top: 12px;
}

.btn-submit:hover {
    background-position: -785px -151px;
}

.btn-submit span {
    display: none;
}

.errors {
    color: #FE5051;
}

.errors ol {
    padding-left: 20px;
}

.success-message {
    font-size: 20px;
    margin-top: 30px;
    color: #FFF;
    width: 300px;
    line-height: 1.2em;
}