#inquiry #header #hLogo {
    top: 5px;
}

#inquiry #title,
#inquiry #footer {
    background: url(../images/inquiry_new/bg_title.jpg) 0 0 repeat;
}

#inquiry #title h1 {
    font-size: 30px;
    font-weight: bold;
}

#inquiry .application-form table th {
    color: #333;
    border-bottom: 1px solid #333;
}

#inquiry .application-form table td {
    border-bottom: 1px solid #999;
}

#inquiry table tbody tr:last-child th,
#inquiry table tbody tr:last-child td {
    border-bottom: none;
}

#inquiry #footer {
    background: url(../images/inquiry_new/bg_copyright.jpg) 50% 0 no-repeat;
}

@media screen and (max-width: 767px) {
    #inquiry .application-form table th {
        border-top: none;
        border-bottom: none;
    }
}