div.newsletter {
  float: right;
  width: 240px;
  margin: 5px 5px 10px 10px;
  display: inline; /* IE fix */
}
div.newsletter fieldset {
  background-color: #e0a036;
  border: solid 1px #311907;
}
div.newsletter legend {
  color: #311907;
  background: #fbead5;
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
  padding: 0px 5px;
}
div.newsletter p {
 text-align: center;
 font-size: 13px;
 padding: 0px 0px 0px 0px;
 margin: 2px 0px 2px 0px;
}
#firstname {
  width: 200px;
}
#lastname {
  width: 200px;
}
#email {
  width: 200px;
}
