.popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50px;
  margin-left: -267px;
  z-index: 1002;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
  width:535px;
  border-radius: 8px;
  background-color: white;
  font-size: 14px;
}

.popup div{
  font-family:Arial, Helvetica, sans-serif;
  text-align: center;
  color:grey;
}

.popup .header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 40px;
  background-image:url(../../../../../all/themes/custom/lhg_theme/images/popup/BG_Title.gif);
  background-repeat-y: no-repeat;
  border-top: solid 1px #fefefe;
  border-bottom: solid 1px #c9c9c9;
  text-transform:uppercase;
  font-family:"Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: bold;
  color: #4d555a;
  line-height:40px;
  vertical-align: middle;
}

.popup .close {
  float: right;
  height: 40px;
  line-height:40px;
  vertical-align:middle;
  width:36px;
  overflow:hidden;
}

.popup .shadow {
  height: 5px;
  background-image:url(../../../../../all/themes/custom/lhg_theme/images/popup/Shadow.gif);
  background-repeat: repeat-x;
}

.popup .signup-email{
  background: none repeat scroll 0 0 #78b2de;
  border-radius: 8px 8px 8px 8px;
  padding: 5px;
  width: 220px;
}

.popup .sidebar-signup-email[type="text"] {
  -moz-box-sizing: border-box;
  border: 1px solid #4082cd;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 2px 13px 9px -10px rgba(0, 0, 0, 0.3) inset;
  padding: 8px 10px 4px;
  width: 220px;
}

.popup .infos{
  display: table;
  margin: 20px;
  width: 100%;
}

.popup .cell {
  display: table-cell;
}

.popup .my_button {
  -moz-box-shadow: 0px 0px 5px 0px #c5c5c5;
  -webkit-box-shadow: 0px 0px 5px 0px #c5c5c5;
  box-shadow: 0px 0px 5px 0px #c5c5c5;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #55a0ca), color-stop(1, #3669ab) );
  background:-moz-linear-gradient( center top, #55a0ca 5%, #3669ab 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#55a0ca', endColorstr='#3669ab');
  background-color:#55a0ca;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  border:3px solid #ffffff;
  display:inline-block;
  color:#ffffff;
  font-family:"Times New Roman", Times, serif;
  font-size:17px;
  font-weight:bold;
  padding:6px 12px;
  text-decoration:none;
  text-shadow:1px 1px 0px #3a779d;
  margin-left: 20px;
  white-space: nowrap;
}

.popup .newsletter-mail-error {
  font-size: 14px;
}

.popup .my_button:before {
  content: "> ";
}

.popup .my_button:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3669ab), color-stop(1, #55a0ca) );
  background:-moz-linear-gradient( center top, #3669ab 5%, #55a0ca 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3669ab', endColorstr='#55a0ca');
  background-color:#3669ab;
}

.popup .my_button:active {
  position:relative;
  top:1px;
}

.popup .promo {
  padding-bottom:20px;
}

.popup .close_bottom{
  float:right;
  font-size:10px;
  height: 10px;
  margin-top: -20px;
  margin-right: 20px;
}

.popup .close_bottom a{
  text-decoration: none;
  color: #a2a6a9;
}
