.datagrid-filter {
    overflow: hidden;
    cursor: default;
    background: #F5F5F5;
    background: linear-gradient(to bottom, #FDFDFD 0px, #F5F5F5 100%) repeat-x scroll 0 0 transparent;
    border-top: 1px solid #DDD
}

.datagrid-filter table{
    padding:0;
    margin:0;
    border:0    
}

.datagrid-filter table td {
    border-width: 0 1px 0 0;
    border-style: dotted;
    border-color: #CCCCCC;
    margin: 0;
    padding: 3px 0;
    text-align: center
}

.datagrid-filter table td input{
    width:93%
}

.datagrid-filter table td select{
    width:93%
}