.dataTables_wrapper input[type=search] {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    background: url("../skin/text-bg.gif") 0 0 repeat-x #fff;
    border: 1px solid #B5B8C8;
    padding: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.dataTables_wrapper input[type=search]:focus {
    border: 2px solid #3264B9;
    padding: 3px;

}

.dataTables_filter {
    white-space: nowrap;
    margin-bottom: 5px;
}

.dataTables_wrapper thead tr {
    border-bottom: 2px solid #888;
    background: url(../skin/row-over.gif) 0 0 repeat-x;
    padding: 0;
}