.search_table{
    width: 100%;
}

.search_time{
    width: 120px;
}


.search_title{
    color: #FFFFFF;
    height: 35px;
    line-height: 16px;
    background-color: #666666;
    background-image: url(images/search_header.jpg);
    background-repeat: no-repeat;
}


.searchbox{
    height: 17px;
    line-height: 17px;
    background-color: #8A8275;
}

.searchbox input[type="text"]{
    width: 149px;
    height: 15px;
    color: #8A8275;
    margin-left: 0px;
    float: left;
    background-color: #ffffff;
    text-align: left;
    border: none;
    vertical-align:top;
    padding: 0px;
    border: 1px solid #8A8275;
}

.searchbox input[type="submit"]{
    width: 29px;
    height: 17px;
    line-height: 17px;
    float: right;
    margin-right: 0px;
    color: #FFFFFF;
    background-color: #019AFF;
    text-align: center;
    border: none;
    background-image: url(images/searchbutton.jpg);
    background-repeat: no-repeat;
}

.searchbox input[type="submit"]:hover{
cursor: pointer;
}




