#overlaymsgbox {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
  z-index: 1000001;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: none;
}
.messagingbox {
  z-index: 1000001;
  width: 340px;
  background: #212123;
  padding: 0;
  height: 136px;
  text-align: left;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}
.messagingbox ul {
  margin: 40px;
  padding: 0;
}
.messagingbox ul li {
  background: url("../images/icon-42-checkmark.png") no-repeat -4px 12px;
  list-style: none;
  margin: 0;
  padding: 20px 0 20px 40px;
  color: #888888;
  font-size: 120%;
  display: block;
  overflow: hidden;
}
.messagingbox ul li.mesAddToFav {
  display: block;
}
.messagingbox ul li.mesRemFromFav {
  background: url("../images/icon-42-remove.png") no-repeat -4px 8px;
}
/*
#iconlog {
  background: url('../images/icon-login.png') no-repeat;
  width: 32px;
  margin: 0;
  height: 22px;
  background-size: contain;
  cursor: pointer;
  z-index: 10000;
  position: absolute;
  top: 16px;
  right: 78px;
}
#iconlog.loginstate {
  background-image: url('../images/icon-login.png');
}
#iconlog.logoutstate {
  background-image: url('../images/icon-logout.png');
}

.logbox {
  z-index: 999999;
  width: 540px;
  background: #212123;
  padding: 0;
  min-height: 420px;
  text-align: left;
  margin: 60px auto 0 auto;
  display: none;
  position: relative;
}

.logbox h3 {
  font-weight: 300;
  padding: 0;
  color: #d2d2d2;
  text-transform: uppercase;
}

.logbox p {
  font-size: 16px;
  color: #d2d2d2;
  text-transform: lowercase;
  margin: 20px 0;
}
.logbox a {
  color: #C22843;
}

.messagingbox ul li {
  background: url("../images/icon-42-checkmark.png") no-repeat -4px 12px;
  list-style: none;
  margin: 0;
  padding: 20px 0 20px 40px;
  color: #888888;
  font-size: 120%;
  display: none;
  overflow: hidden;
}

.btncon-close {
  display: block;
  background: url("../images/btncon-close.png") no-repeat 0 0;
  width: 32px;
  height: 210px;
  position: absolute;
  top: -42px;
  right: 10px;
  cursor: pointer;
}

/* inputs */
form.logboxform {

}

.form-text {
  padding: 10px;
  border-radius: 6px;
  moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  width: 90%;
  border: 1px solid #fff;
  font-family: font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  color: #444;
  margin: 0 0 20px;
}
.form-text.error {
  background: #ffc3c3;
  border: 1px solid #fe5d5d;
  color: red;
}
.logbox-button {
  background: #C22843;
  width: auto;
  text-align: center;
  margin: 0;
  color: #d2d2d2;
  padding: 10px 20px;
  display: block;
  font-size: 16px;
  font-weight: 100;
  text-transform: uppercase;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: none;
  cursor: pointer;
}
.logreg-content {
  margin: 20px;
  display: none;
}
#logbox-tabs {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #111113;
}
#logbox-tabs li {
  margin: 0;
  list-style: none;
  float: left;
  width: 50%;
  padding: 0;
  text-transform: uppercase;
}
#logbox-tabs li:first-child a  {
  border-right: 1px solid #111113;
}
#logbox-tabs li a {
  color: #d2d2d2;
  display: block;
  padding: 20px 0 20px 20px;
}
#logbox-tabs li.active a {
  color: #C22843;
  margin-bottom: -1px;
  border-bottom: 1px solid #212123;
}
/* password rec */
#logbox-emailrecov {
  display: none;
}











*/
