.support-form {

    padding: 13px 5px 5px 10px;
    margin: 0;
    font-size: 12px;
    font-family: Arial, "MS Trebuchet", sans-serif;
    }

.support-form label { font-weight: bold; }

.support-form * { line-height: 1.6em; }

.support-form .support-error {

    background-color: #FF6;
    padding: 1px;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 1px;
    }

.support-form table {
  width: 100%;
}

.support-form .privacy-policy {
  padding-top: 10px;
  text-align: center;
}

.support-form .privacy-policy a {
  color: #454545;
}

.support-form table td {

    padding: 4px;
    vertical-align: top;
    }

.surveyThanks {

    padding: 10px;
    }

.surveyThanks h2 {

    font-size: 14px;
    font-weight: normal;
    }
