/* header.css */

#Header .header a img {
  margin: auto;
}

#Header .header a {
  height: 166px;
  background: white;
  
}

/* LinkTitle */

.LinkTitle a {
  position: absolute;
  margin-top: -18px;
  width: 950px;
  overflow: hidden;
  color: #464849;
  text-decoration: none;
  font-size: 12px;
}

/* NewsletterSubscriptionBox */

.NewsletterSubscriptionBox {
  position: absolute;
  margin: -165px 0px 0 730px;
}
.NewsletterSubscriptionBox label {
  font-size: 12px;
  color: white;
}
.NewsletterSubscriptionBox .DrWInput {
  width: 100px;
  font-size: 12px;
}
.NewsletterSubscriptionBox .DrWIButton {
  height: 20px;
  width: 25px;
}