.Add {
    float: right;
}

.customerInfo {
    width: 1200px;
    overflow: hidden;
    margin: auto;
    padding: 10px;
}

    .customerInfo h4 {
        text-align: center;
    }

    .customerInfo ul li {
        list-style: none;
    }
.orderCheck{
    float:left;
}

.proSearch{
    float:left;
}
.customerSearch{
    float:left;
}
.orderCensus{
    float:right;
}

.productImg {
    width: 90px;
    height: 60px;
}
.returnBack {
    display: block;
    width: 200px;
    height: 30px;
    background: #C0C0C0;
    text-align: center;
    color: black;
    text-decoration: none;
    margin-top: 10px;
}

.addProduct {
    margin-top: 10px;
    height: 30px;
    width: 200px;
}

.hide{
    display:none;
}
.proFont {
    font-weight: bold;
}
.imgChange {
    display: block;
    width: 200px;
    height: 150px;
}
.proBtn {
    margin-top: 10px;
    height: 30px;
    width: 200px;
}
.proUpdateBtn {
    margin-top: 10px;
    height: 30px;
    width: 200px;
}
.errMsg {
    height: 12px;
}