form.aarpForm {
  font-family: "Trebuchet MS";
  font-size: 1.2em;
  color: #333;
}
form.aarpForm div.formRow {
  clear: both;
  }
form.aarpForm div.formRow.noLabel, form.aarpForm p.descText {
	margin: 0 0 14px 212px;
	width: 366px;
  }

form.aarpForm label {
  float: left;
  font-weight: bold;
  font-size: 1.2em;
  color: #333;
  text-align: right;
  margin: 0 12px 0 0;
  padding: 0;
	line-height: 1.8em !important;
	width: 202px;
  }
form.aarpForm .fieldGroup {
  float: left;
	width: 366px;
  }



form.aarpForm input, form.aarpForm textarea, form.aarpForm select {
  font-family: Verdana;
  font-size: 1.2em;
	color: #5c5449;
}

form.aarpForm input[type='text'] {
  float: left;
	height: 1.3em !important;
	margin: 0 0 14px 0;
	padding: 2px 4px;
	border: 1px #beb9b6 solid;
}
form.aarpForm input.textSmall {
	width: 176px;
  }
form.aarpForm input.textSmall.left {
  margin-right: 4px;
  }
form.aarpForm input.textSmall.zipcode {
  float: right;
	width: 99px;
  }
form.aarpForm input.textWide {
	width: 366px;
}



form.aarpForm textarea {
  float: left;
	margin: 0 0 14px 0;
	padding: 2px 4px;
	border: 1px #beb9b6 solid;
	width: 366px;
	height: 5.0em !important;
}

form.aarpForm select {
  float: left;
	height: 1.7em !important;
	border: 1px #beb9b6 solid;
	margin: 0 0 14px 0;
	padding: 2px 4px;
	max-width: 366px;
}
form.aarpForm select.left {
  margin-right: 4px;
}

form.aarpForm input[type='checkbox'] {
  float: left;
	height: 2.0em !important;
	line-height: 2.0em !important;
	margin: 0 8px 0 0;
	padding: 0;
  }
form.aarpForm .checkbox {
  float: left;
	margin: 0 25px 14px 0;
	height: 2.4em !important;
	line-height: 2.4em !important;
	display: block;
	max-width: 366px;
  }

form.aarpForm input[type='radio'] {
  float: left;
	height: 2.0em !important;
	line-height: 2.0em !important;
	margin: 0 8px 0 0;
	padding: 0;
  }
form.aarpForm .radio {
  float: left;
	margin: 0 25px 14px 0;
	height: 2.4em !important;
	line-height: 2.4em !important;
	display: block;
	max-width: 366px;
  }


form.aarpForm p.descText {
  float: left;
	margin-top: -8px;
	padding: 0;
	width: 366px;
  font-size: 0.9em;
  line-height: 1;
	color: #999;
}
form.aarpForm label .reqd, form.aarpForm p.reqd strong, form.aarpForm .invalid label {
  color: red;
  }
form.aarpForm p.reqd {
  float: left;
	margin: 20px 0 14px 0;
	padding: 0;
	width: 366px;
  font-size: 0.9em;
  line-height: 1;
	color: #999;
  }


form.aarpForm a.submitBtn {
  float: left;
  background: url(http://assets.aarp.org/aarp.org_/images/buttons/btn24_submit_sprite.gif) no-repeat;
  background-position: 0 0;
  width: 66px;
  height: 24px;
	margin: 0 4px 0 0;
	padding: 0;
  line-height: 1;
}
form.aarpForm a.submitBtn:hover {
  background-position: 0 -24px;
}

form.aarpForm .colRow h3 {
  margin-bottom: 34px;
}

form.aarpForm h3 {
  font-size: 2.3em;
  line-height: 1.071em;
  font-weight: bold;
  color: #000;
  margin-bottom: 24px;
}
form.aarpForm .colRow p {
  font-family: Verdana;
  font-size: 1.083em;
  line-height: 1.692em;
}
