div.newsletterbox{
  width:200px;
  float:right;
  border:1px solid black;
  margin:0 1em;
  padding:0 0.5em;
  background:#fff8dc;
}
div.newsletterbox label{
  float:left;
  width:50px;
}
div.newsletterbox input{
  margin-bottom:0.2em;
}

