/* ==============
  Newsletter tab
================= */
div#newsletter {
  top:150px;
  left:0;
  position:fixed;
}


/* ================
  Newsletter modal
=================== */
#mask {
  background-color:#000;
  display:none;
  position:absolute;
  z-index:9000;
}
#boxes .window {
  display:none;
  height:200px;
  padding:56px 0 0 0;
  position:absolute;
  width:375px;
  z-index:9999;
}
#boxes #dialog {
  background:url(../images/modal-newsletter.png) no-repeat;
  height:200px;
  position:fixed;
  text-align:center;
  width:375px;
}

div#newsletter-add {
  clear:left;
  color:#5799e5;
  display:none;
  font-size:10px;
  margin:0;
}
input.newsletter-input {
  background:transparent;
  border:none;
  color:#366e8d;
  font-family:Georgia;
  font-size:24px;
  height:40px;
  margin:0 0 5px 0;
  outline:none;
  padding:3px 0 0 0;
  width:305px;
}

input.newsletter-subscribe {
  background:url(../images/button-subscribe.png) 0 0;
  border:0;
  cursor:pointer;
  height:60px;
  width:160px;
}
input.newsletter-subscribe:hover {
  background:url(../images/button-subscribe.png) 0 -62;
}
input.newsletter-subscribe:active {
  background:url(../images/button-subscribe.png) 0 -124;
}
