.hot-jobs {
    float: left;
    width: 371px;
    border: 2px solid #cc3366;
    height: 276px;
    margin-left: 10px;
     
}
.hot-jobs a {
    text-decoration: none;
}

.hot-jobs-header {
    float: left;
    width: 358px;
    height: 30px;
    background-image: url('../images/dot_1.gif');
    background-position: bottom;
    background-repeat: repeat-x;
    margin: 0px 7px;
}

.hot-jobs-header .title {
    float: left;
    margin-top: 5px;
    font-size: 15px;
    color: #cc3366;
}

.hot-jobs-header .down-arrow {
    float: right;
    margin-top:5px;
}

.hot-job-box {
    float: left;
    width: 358px;
    height: 75px;
    margin: 0px 7px;
    padding-top: 3px;
    padding-bottom: 2px;
}

.hot-job-separator {
    background-image: url('../images/dot_2.gif');
    background-position: bottom;
    background-repeat: repeat-x;
}

.hot-job-title {
    font-size: 14px;
    font-weight: bold;
    color: #18407a;
    width: 358px;
    height: 17px;
    overflow: hidden;
}

.hot-job-text {
    float: left;
    font-size: 12px;
    color: #808080;
    width: 155px;
    height: 57px;
    overflow: hidden;
}

.hot-job-logo {
    float: right;
    margin-top: 10px;
    width: 200px;
    height: 35px;
    text-align: center;
}

.hot-job-logo img {
    border: 0px solid #000;
}