/*21.09.2014*/
.affirm-label { line-height: 1.5; color:#6f6f6f; font-size:14px; margin-left:71px; margin-top: -6px;}
.affirm-img , label[for=p_method_paypal_standard] img { margin-left: -5px; }


#affirm-popup { color: #cb9b63 ; cursor: pointer;}

#affirm-content  {
  position: fixed;
  background: #dedede;
  z-index: 3;
  width: 500px;
  margin-left: -250px;
  left: 50%;
  top: 140px;
  padding: 30px;
  border-radius: 20px;
  display: none; }

.login2popup:hover { cursor: pointer}
#login-link2 {
  position: fixed;
  /*background: #dedede;*/
  z-index: 3;
  width: 600px;
  margin-left: -300px;
  left: 50%;
  top: 140px;
  /*padding: 30px;*/
  /*border-radius: 20px;*/
  display: none; }
#login-link2 .close-popup {
    font-size: 0px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('../images/cancel.png') no-repeat center;
    background-size: 30%;
    width: 51px;
    height: 51px;
    border: 2px solid;
    color: #000;
    cursor: pointer;
}
#login-link2 .button { 
  -moz-user-select: none;
    background: #e0b269;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    height: 45px;
    border: 1px solid #575558;
    line-height: 30px;
    margin: 0;
    font-weight: normal;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 1px;
    width: 100%;
    padding: 3px 0 0;
    margin: 20px 0 0;
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
    }
#login-link2  .input-text  {
    height: 45px !important;
    font-size: 20px;
    padding: 0 10px;
}
#emailf {
  margin-bottom: 10px;
}
#login-link2 .form-list { margin-top: 20px; }
#login-link2 .form-list li { margin: 0 }
#popup-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2; }

#affirm-content .close-popup {
    cursor: pointer;
    display: block;
    height: 35px;
    margin-top: -18px;
    position: absolute;
    right: -18px;
    text-indent: -9999px;
    top: 0;
    width: 35px;
    background: url('../images/onestep_close.png') no-repeat;
    background-size: 35px;
}
#affirm-content .title {
    font-size: 23px;
    font-weight: 800;
    padding: 5px 0;
    text-transform: uppercase;
    border-bottom: 1px solid;
    color: #4f4f50;
    background: url('../images/affirm-logo.png') no-repeat right 5px;
}
#affirm-content .block1 {
    font-size: 23px;
    margin: 20px auto;
    text-align: center;
    width: 410px;
}

#affirm-content > ul {
    font-size: 13px;
}
#affirm-content span {
    font-size: 18px;
    font-weight: 800;
}

#affirm-content .close-popupbth {
    border: 1px solid;
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 800;
    padding: 5px 15px;
    margin-right: 25px;
}
#affirm-content a:hover {text-decoration: none;}
#affirm-content li {
    padding-left: 110px;
    width: 350px;
    background: url('../images/affirm-rectangle.png') no-repeat 65px 5px;
}


 label[for=p_method_affirm] img { margin-bottom: 1px; }

























