#middle{  
    padding-bottom: 35px; 
}

#sub_header{
    padding: 10px;
    background: #f7f7f7;
}

#sub_header h2,h3{
    margin-bottom: 10px;
}

.grid button.white{
    line-height: 20px;
    background:-moz-linear-gradient(center top , #f1f1f1, #ebebeb);
    background:-webkit-gradient(linear, left top, left 100%, from(#f1f1f1), to(#ebebeb));   
    border: 1px solid #d7d7d7;
    color: #2d2d2d;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);    
    border-radius: 3px;
    cursor: pointer;
}
.grid button.white:hover{
    background:-moz-linear-gradient(center top , #f1f1f1, #dddddd);
    background:-webkit-gradient(linear, left top, left 100%, from(#f1f1f1), to(#dddddd));  
}


/******************** Form *****************/

#shipment_list{
    position: absolute; top: 0px; left: 0px; background: #e7e7e7;  border: #bbbbbb solid 1px; border-radius:0 0 5px 5px;
    display: none;
}

#shipment_list div{
    padding: 5px;
    border-bottom: #9c9c9c solid 1px;
    width: 348px;
}

.autoList{
    position: absolute; top: 0px; left: 0px; background: #e7e7e7;  border: #bbbbbb solid 1px; border-radius:0 0 5px 5px;
    display: none;
}

.autoList div{
    padding: 5px;
    border-bottom: #9c9c9c solid 1px;
    width: 348px;
}


/****************/
#grn_header table{
    border-collapse: collapse;
}

#grn_header th{
    padding: 6px;
    background: #484848;
    color: #f5f5f5;
}

#grn_header td{
    padding: 6px;
    background: #fffaf3;
    border: 1px solid #dadada;
}


.pickItems{
    width: 350px;
    max-height: 200px;
    overflow: auto;
    position: absolute;
    z-index: 1502;
    background: #dadada;
}.pickItems .item{
    padding: 6px;
    border-bottom: #bebebe solid 1px;
}