div.contactFormContainer {
    width: 550px;		/*was 560*/
    text-align:center;
}

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

div.initContactForm{
    visibility: hidden;
}

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

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

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