/* form styles */

#nobackground form {
	margin-top:2em;
}
.formrow {
	clear:both;
	margin:0.6em 0;
}
.formrow label {
	width:11em;
	float:left;
	font-size: 1.2em;
}
.formrow input {
	width:15em;
}
p.submitbutton {
	width:60%;
	text-align:right;
	clear:both;
}
body #nobackground p.footnote {
	clear:both;
	margin-top:4em;
}
#messagesent {
	border-width:1px 0 1px 0;
	border-style:solid;
	padding:1.5em 3em 1em 1.5em;
}
#messagesent p.messagecontent {
	padding-left:10em;
}
p.returnpage {
	padding:1em 0;
}
#survey .formrow,
#survey .checkboxrow,
#survey .radioformrow,
#survey .textrow {
	padding-bottom:1.5em;
}
#survey select {
	margin-top:0.5em;
}
#survey select,
#survey .checkboxrow p.checkbox,
#survey .radioformrow input {
	margin-left:1em;
}
#survey .radioformrow label {
	font-size: 1.2em;
}
#survey .formrow input {
	width:auto;
}
#survey .checkboxrow input {
	margin-right:0.5em;
}
#survey .formrow label {
	float:none;
	display:block;
	width:auto;
	margin-bottom:0.3em;
}
#survey p.checkbox {
	margin-top:0;
	margin-bottom:0.3em;
}
#survey .textrow label {
	font-size: 1.2em;
}
#survey .textrow textarea {
	display:block;
	margin-left:1.5em;
	margin-top:0.5em;
}
span.requiredfield {
	color: #cc3300;
}

