/* Designer Survey Styles */

form.survey1 {
	padding-top: 20px;
}

form.survey1 ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	padding-top: 0;
	padding-bottom: 20px;
	color: #333;
	border-bottom: 1px solid #fff;
}

form.survey1 li span {
	font-style: italic;
	font-size: .9em;
}

form.survey1 h5 {
	border: none;
	border-bottom: 1px dotted #999;
	margin-bottom: 24px;
	font-size: 2.4em;
}

form.survey1 h5 span {
	color: #666;
	font-size: 14px;
	font-weight: normal;
}

form.survey1 p {
	font-weight: bold;
}

form.survey1 p span {
	font-weight: normal;
	font-style: italic;
}

.survey1 fieldset {
	padding: 20px 20px 0;
	margin: 0;
	background: #eaeaea url(../images08/survey/fieldset_top.jpg) no-repeat top left;
}

input.textfield {
	width: 300px;
	color: #666;
}

img.setspace {
	padding-bottom: 20px;
}


