
.peer-loader{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.23);        
}
.peer-loader-img{
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    background: url(../images/peercheckout_loading.gif) center center no-repeat #000;
    width: 44px;
    height: 44px;
    z-index: 9999;
    opacity: 0.9;
    border-radius: 6px;
}

.peer-data-loader-img{        
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    background: url(../images/peercheckout_loading.gif) center center no-repeat #000;
    width: 44px;
    height: 44px;
    z-index: 9999;
    opacity: 0.9;
    border-radius: 6px;
}
.peer-cancel-img{        
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.peercheckout-title{
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 10px;
}

.validation-notice {
    line-height: 1.2em;
    margin-top: 0px;
}

#peeropc-login.account-login,
#checkout-step-shipping-method,
#checkout-step-review{
    position: relative;
}

#checkout-step-shipping-method,
#checkout-step-review{
    min-height: 200px;
}

#opc-switch{
    font-size: 1.2em;
    margin-top: 10px;
}

#billing-shipping-form li.wide{
    margin-bottom: 20px;
    list-style: none;
}
#checkout-step-billing,
#checkout-step-shipping-method,
#checkout-step-payment,
#checkout-step-review,
#checkout-step-shipping{border: 1px solid #f2f2f2;padding: 10px;box-sizing: border-box;}

#checkoutSteps #checkout-step-payment,
#checkoutSteps #checkout-step-shipping{margin-top: 20px;}