.contactContent {
    font-weight: normal;
    font-size: 12px;
    padding-top: 20px;
    text-align: left;
}
.contactContent a {
    text-decoration: none;
}
.firmName {
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
}
.contactPers {
    font-size: 11px;
}
.personName {
    font-size: 14px;
    font-weight: bold;
}
.contactDiv {
    height: 300px;
    padding: 20px;
    margin-top: 20px;
    padding-left: 60px;
    background: url("../images/elements/contact/formBg.gif") no-repeat top center;
    text-align: left;
    font-size: 12px;
}
.contactDiv table {
    text-align: left;
}