.search-box
{
    float: left;
    margin-bottom: 5px;
}

.search-box-border-left
{
    float: left;
    width: 9px;
    height: 74px;
    background-image: url('../images/search_box_left_border.gif');
    background-position: bottom;
    background-repeat: no-repeat;
}
        
.search-box-border-right
{
    float: left;
    width: 9px;
    height: 74px;
    background-image: url('../images/search_box_right_border.gif');
    background-position: bottom;
    background-repeat: no-repeat;
}
        
.search-box-middle
{
    float: left;
    width: 652px;
    height: 74px;
    background-image: url('../images/search_box_middle_filler.gif');
    background-position: bottom;
    background-repeat: repeat-x;
    padding-left: 15px;
}

.search-box-input {
    float: left;
    margin-top: 15px;
}

.search-box-input span
{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.user-tip
{
    float: left;
    color: #fff;
    font-size: 9px;
}

.search-box-input input, .search-box-input select
{
    float: left;
}

.job-title
{
    width: 170px;
}

.job-title input
{
    width: 170px;
}

.job-location
{
    margin-left: 30px;
    width: 150px;
}

.job-location select
{
    width: 150px;
}

.job-category
{
    margin-left: 30px;
    width: 120px;
}

.job-category select
{
    width: 120px;
}

.job-search-button
{
    float: left;
    padding-left: 30px;
    height: 29px;
    width: 100px;
    margin-top: 29px;
}

.job-search-button input
{
    width: 100px;
}

