#wrapper {
    background: #f9fbf9 url('../images/contact/bg.png') fixed repeat-x top center;
}

label {
    display: block;
    color: #898989;
}

.field {
   margin-bottom: 4px;
}

textarea {
    width: 500px;
    height: 144px;
    margin: 0;
    padding: 0;
    margin-top: 4px;
}

.text input {
    width: 231px;
}

textarea, .text input, label {
    font-size: 12px;
    color: #898989;
}

textarea, .text input {
    padding: 5px 6px;
    border: 2px solid #bebebe;
    font-family: "Helevetica Neue","Arial", "Helvetica", sans-serif;
}

#contact-page {
    padding-top: 154px;
    background: transparent url('../images/contact/header.png') no-repeat center -90px;
}

.editing {
    color: #000 !important;
}

.submit {
    text-transform: uppercase;
    padding: 8px 16px;
    background-color: #cc0000;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

.submit:hover {
    background-color: #000;
    
}

.submit:active {
    border: 1px inset #fff;
    padding: 7px 15px;
}

#contact-form {
    width: 300px;
    float: left;
}

#contact-info {
    text-align: right;
    float: left;
    width: 240px;
    padding: 0 22px 60px 0;
}

#contact-info p {
    margin-bottom: 6px;
}

#thanks h2, #thanks p {
    visibility: hidden;
}

#thanks {
    height: 374px;
    background: transparent url('../images/contact/thanks.png') no-repeat center bottom;   
}