#cms-newsletter-wrapper{
  position:relative;
}

#cms-newsletter-popup-window{
  color:white;
  display:none;
}

.popup-window{
  background-color:#0081c6;
  padding:20px 15px 15px 15px;
  position:absolute;
  z-index:1000;
  right:-5px;
  bottom:-35px;
}

#cms-newsletter-popup-window .form-type-textfield input{
  width:200px;
}

#cms-newsletter-popup-window h3{
  font-size:16px;
}

#cms-newsletter-popup-window .close-btn{
  position:absolute;
  display:block;
  right:10px;
  top:10px;
  font-weight:bold;
  background-color:white;
  color:#0081c6;
  width:10px;
  height:10px;
  background:url('./close_10.png') no-repeat;
  cursor:pointer;  
}

#cms-newsletter-login-btn{
  background: #1A6AB0;
  border-radius: 5px;
  color: white;
  float: right;
  font-size: 15px;
  height: 30px;
  padding: 0px;
  text-shadow: none;
  width: 40px;
}

#cms-newsletter-email-init{
  border-radius: 5px;
  height: 30px;
  line-height: 22px;
  width: 200px;
  float:left;
}