div.contactFormContainer {
    width: 560px;
    text-align:center;
}

div.contactForm {
    width: 540px;
    background-color: #8796b5;
    text-align:left;
    color: #ffffff;
    border-bottom: 5px solid #8796b5;
    margin: 0px;
    padding: 0px;
}

div.initContactForm{
    visibility: hidden;
}

div.contactForm form {
    width: 530px;
    padding: 5px;
}
div.contactForm table {
    width: 520px;
}

div.contactForm label {
    font-weight: bold;
}

div#contactFormResponse {
    text-align:center;
    font-weight: bold;
    height: 40px;
}
