#newsletterSignup {
  background: #838383 url(top.png) no-repeat center top;
  vertical-align: top;
  width: 180px;
  text-align: center;
  position: relative;
}
#nlElements {
  width: 170px;
  display: block;
  margin: auto;
  margin-top: 30px;
  position: relative;
}
#nlEmail, #nlSalon, #nlName {
  background: white;
  padding: 1px;
  font-size: 8pt;
  color: black;
  border: solid black 1px;
  width: 160px;
  display: block;
  line-height: default;
}
#nlEmail { margin-bottom: 0; }
#nlElements label {
  display: block;
  font-weight: bold;
  color: white;
  margin-bottom: 4px;
  text-align: left;
}
#nlSubmit {
  margin: 10px auto;
  display: block;
}
#nlForm {
  display: block;
}