table.search {

}
table.search th {
    background-color: #D0D0D0;
}
table.search td {
    background-color: #EDEDED;
}
table.search select {

}
table.search input[type="text"] {

}
table.search input[type="submit"] {

    background-color: #404040;
    color: #F9F9F9;
    cursor: pointer;
}