#carPostings {
    width: 200px;
    float: left;
}
#carPostings h4 {
    margin-left: 7px;
}
#carPost {
    margin-left: 220px;
}
#carPost .career {
    display: none;
}
#carPost .career table {
    margin-bottom: 10px;
}
#carPost .career h3 {
    border-bottom: 1px solid #666666;
}
#carPost .career td {
    padding: 2px 0;
    vertical-align: top;
}
#carPost .career .car-left {
    width: 105px;
    /*
    text-align: right;
    padding-right: 7px;
    */
}
#resumeSubmit .smaller {
    font-size: .9em;
    color: #666666;
}
#resumeSubmit .resRow {
    /*clear: both;*/
    clear: none;
    margin-bottom: 7px;
}
#resumeSubmit .res-left {
    float: left;
    width: 110px;
    text-align: right;
    font-weight: bold;
    margin-right: 7px;
}
#resumeSubmit .res-right {
    margin-left: 117px;
}
#resumeSubmit .required {
    color:#FF0000;
}