#quickshop_overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    cursor: pointer;
    display: block;
    background: white;
    z-index:100;
    top:0px;
    left:0px
}
.gpopup{
    background: white;
    border: 1px solid #CDCDCD;
    border-radius: 4px;
    min-width:66px;
    min-height:66px;
    text-align: left;
}
.gclose{
    position: absolute;
    top: -15px;
    right: -15px;
    display: block;
    color: #444;
    background: url(../images/close-btn.png) 0 0 no-repeat;
    width: 30px;
    height: 29px;
    text-index: -9999px;
    font-size: 0;
}
.loading{display:block;width:66px;height:66px;background: url('../images/ajaxloading.gif') no-repeat;position: absolute;top: 0;left: 0;}
.small-loading{display:block;width:66px;height:66px;background: url('../images/ajaxloading.gif') no-repeat;position: absolute;}