.product-search-form-mod {
    border: 1px solid #adaaad;
    padding: 8px;
    font-size: 12px;
    margin-bottom: 12px;

    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 2%, rgba(211,211,211,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(255,255,255,1)), color-stop(100%,rgba(211,211,211,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 2%,rgba(211,211,211,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 2%,rgba(211,211,211,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 2%,rgba(211,211,211,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 2%,rgba(211,211,211,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
}
.product-search-form-mod table {
    width: 100%;
}
.product-search-form-mod .pf-cell {
    vertical-align: top;
    display: inline-block;
}
.product-search-form-mod .pf-cell {
    width: 100%;
    display: block;
}
.pf-cell.pf-cell-title {
    border-bottom: 1px solid #adaaad;
    margin-bottom: 5px;
}
.pf-cell.pf-cell-search {
    margin-top: 5px;
}
.product-search-form-mod table input,
.product-search-form-mod table select {
    width: 100%;
    box-sizing: border-box;
    height: 24px;
    border-radius: 0;
    border: 1px solid #adaaad;
    margin: 0;
}
.product-search-form-mod table th {
    font-weight: normal;
}
.product-search-form-mod table th,
.product-search-form-mod table td {
    height: 28px;
    line-height: 18px;
    padding-bottom: 2px;
    text-align: left;
}
.product-search-form-mod .dim-table input {
    width: 20px!important;
    padding: 0;
}
.product-search-form-mod .dim-table th:first-child  {
    width: 100px;
}
.product-search-form-mod .dim-table td:last-child  {
    border-left: 1px solid #adaaad;
    padding-left: 2px;
    width: 45px;
}
.product-search-form-mod button {
    display: block;
    text-align: center;
    padding: 6px 24px;

    color: #FFF;
    background-color: #6b6d73;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    box-sizing: border-box;
    width: 100%;
    height: 24px;
    line-height: 12px;
}
