body {
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
  width: 475px;
  height: 175px;
}
.formtitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 32px;
}
.fieldtitle {
  font-size: 14px;
}
.fieldcontent {
  font-size: 11px;
}
.formbutton {
  height: 30px;
  background-color: #5599cb;
  background-image: url(../images/button_bg.png);
  display: block;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: white;
  text-align: center;
  cursor: pointer;
  width: 150px;
}
.formbutton:hover {
  background-color: #88c7f7;
}

