

input,
textarea,
select
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7F3701;
	font-size:11px;
	border: 1px solid #aaa;
}

.required
{
	color:#7F3701;
	background: transparent;
}
h2.formStep
{
	text-transform: uppercase;
	color: #046380;
}

h3.formGroup {
	text-transform: uppercase;
	font-size: 11px;
}
.formRow
{
	margin: 4px 15px;
}
.formRow .formRow
{
	margin: 4px 0;
}
hr.formRow
{
	background: #999;
}
.fullName input,
.fullName select,
.citystatezip input,
.citystatezip select
{
	margin-right:3px;
}
.formRow label.optional,
.formRow label.required,
.formRow label.requiredGood
{
	display: block;
}
.formRow input.text,
.formRow input.email,
.formRow input.phone,
.formRow input.phonenumber,
.formRow input.url,
.formRow textarea
{
	padding: 1px 2px;
	border: 1px solid #aaa;
	width: 100%;
}
.formRow input.radio,
.formRow input.checkbox
{
	border: 0;
}
.formRow input.button
{
	margin: 10px 0;
}

.formInstruction {
}
.formRow .formInstruction {
}


ul.choices
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.choices li
{
	margin: 3px 5px 3px 0;
}
.fullName
{
	float: left;
	display: inline;
}
div.fullName input.text
{
	width: 30px;
}
#frmFname,
#frmFnameb,
#frmLname,
#frmLnameb
{
	width: 190px !important;
}
.citystatezip
{
	float: left;
	display: inline;
}
.citystatezip input
{
	width: 140px !important;
}
.citystatezip input.email
{
	width:194px !important;
}
.citystatezip input.phonenumber
{
	width:120px !important;
}
.citystatezip .phonetype
{
	width:60px !important;
}
.multicolumn ul.choices li
{
	width: auto;
	float: left;
	display: inline;
}
.multicolumn ul.choices li label {
	white-space:nowrap;
}
.multicolumn ul.choices li.other
{
	width: auto;
	float: none;
	clear: both;
	display: block;
}
.formRow input.email,
.formRow input.url
{
	width: 100%;
}
#formTextArea {
	margin-top:10px;
}
.formRow .larger
{
	margin-top: 10px;
	font-weight: bold;
}

