div.spotlight:before{
    background-color: #000;
    background-image: url("../../images/banner-contact.jpg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
}

div.spotlight::after
{
    background-color: rgba(0,0,0,0.1);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

section#about::after
{
    background-color: rgba(0,0,0,0.1);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

section form input.error,
section form textarea.error{
    border-color: red;
}

section form p.error{
    font-weight: normal;
    text-align: left;
    color: red;
    width: 100%;
    margin-bottom: 0;
    font-size: 13px;
}

section #process-message,
section #success-message,
section #error-message{
    font-size: 14px;
}

.button{
    background-color: #585c5c;
    background-color: #585c5c;
    border: 1px solid;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    height: 3em;
    line-height: 3em;
    padding: 0 2.25em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
}
    .button:hover{
        background-color: #3a3c3c;
        background-color: #3a3c3c;
    }

    input[type="text"]:disabled {
        background-color: #999;
        background-color: #999;
    }