/*
.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(../../images/griffin/ajaxlogin/preload.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(../../images/griffin/ajaxlogin/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}

#ajaxlogin_form .form-list .input-box {
    width: 280px;
}

#error {background:#ff6969; color:#fff; text-shadow:1px 1px #cf5454; border-right:1px solid #000; border-bottom:1px solid #000; padding:0}
#error .tcontent {padding:10px 14px 11px; border:1px solid #ffb8b8; -moz-border-radius:5px; border-radius:5px}
#success {background:#2ea125; color:#fff; text-shadow:1px 1px #1b6116; border-right:1px solid #000; border-bottom:1px solid #000; padding:10; -moz-border-radius:0; border-radius:0}
#bluemask {background:#000000}
#frameless {padding:0}
*/
/* #frameless .tclose {left:6px} */

.ajaxlogin-popup-container {
  position: fixed;
  background: #fff;
  border-radius: 5px;
  border: none !important;
  font-family: maxima-lig;
  font-weight-normal;
  font-size: 14px !important;
  box-sizing: border-box;
  height: auto !important;
  color: #555;
  absolute;
  top: 50%;
  left: 50%;
  background-color: white;
  z-index: 9999;
  width: 350px;
  height: 200px;
  padding: 15px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.38);
}

.ajaxlogin-popup-container .popup-head .popup-close {
  cursor: pointer;
  border: none;
  font-size: 30px;
  font-weight: bold;
}

.ajaxlogin-popup-container .cancel-item-form {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.ajaxlogin-popup-container .cancel-item-form p {
  font-family: maxima-lig;
  font-weight-normal;
  font-size: 14px !important;
}

.ajaxlogin-popup-container .cancel-item-form p:nth-child(1) {
  font-family: maxima-lig;
  font-weight-normal;
}

.ajaxlogin-popup-container .cancel-item-form p:nth-child(1) strong {
  font-family: maxima-med;
  font-weight-normal;
}

.ajaxlogin-popup-container .cancel-item-form img {
  width: 100%;
}

.ajaxlogin-popup-container ul {
  list-style: none;
  margin: 0px auto;
  text-align: center;
  padding: 0px;
}

.ajaxlogin-popup-container ul li {
  list-style: none;
  margin: 0px auto;
  text-align: center;
}

.ajaxlogin-popup-container ul li button {
  background: #67a0cc;
  border-radius: 5px;
  border: none;
  outline: none;
  color: #fff;
  font-family: maxima-med !important;
  font-weight-normal;
  font-size: 14px !important;
  text-align: center;
  width: 100%;
  height: 30px;
  margin: 4px 0px;
  cursor: pointer;
}

.ajaxlogin-popup-container ul li button:hover {
  background: #2f77b6;
}

.ajaxlogin-popup-container .popup-buttons {
  display: block;
  margin-top: 10px;
}

.ajaxlogin-popup-container .confirm {
  background: #fff;
  color: #999;
  font-family: maxima-lig;
  font-weight-normal;
  font-size: 11px !important;
  text-align: center;
  text-decoration: underline;
}

@media only screen and (max-width:320px) {
  .ajaxlogin-popup-container {
    width: 300px;
  }
  .ajaxlogin-popup-container .cancel-item-form img {
    display: none;
  }
}
