
#whitePaperForm {
  width:465px;
  background:url(/assets/images/whitePaperForm/formBack.gif) repeat-y;
}
#whitePaperForm #content {
  background:url(/assets/images/whitePaperForm/formTop.gif) no-repeat;
  padding:14px 0 0 25px;
  width:440px;
}
*html #whitePaperForm #content {
  width:466px;
}
#whitePaperForm #content h4 {
  color:#fff;
  font-weight:normal;
  font-size:14px;
  padding-bottom:10px;
  margin-left:7px;
}
*html #whitePaperForm #content h4 {
  margin-top:30px;
  padding-bottom:0;
}
#whitePaperForm #content form {
  background:url(/assets/images/whitePaperForm/formContentBack.gif) repeat-y;
}
#whitePaperForm #content span {
  background:url(/assets/images/whitePaperForm/formContentTop.gif) repeat-y;
  display:block;
  height:5px;
}
#whitePaperForm #content label {
  display:block;
  float:left;
  width:125px;
}
#whitePaperForm #content label small {
  display:block;
  font-size:8px;
}
#whitePaperForm #content .textInput {
  display:block;
  float:left;
  width:249px;
  border:1px solid #ABABAB;
}
#whitePaperForm #content .radio {
  display:block;
  float:left;
}
#whitePaperForm #content .radioLbl {
  width:30px;
  display:block;
  float:left;
}
#whitePaperForm #content label.longQuesiton {
  width:260px;
  margin-bottom:20px;
}
#whitePaperForm #content p {
  color:#4474B2;
  font-size:11px;
  margin-left:15px;
  width:384px;
  padding-bottom:20px;
  clear:left;
}
*html #whitePaperForm #content p {
  padding-bottom:0px;
}
#whitePaperForm #content p.last {
  padding-bottom:0;
}

#whitePaperForm #bottom {
  height:14px;
  background:url(/assets/images/whitePaperForm/formBottom.gif) no-repeat;
  font-size:1px;
}