#content #centercol h3{
	color: #4A5689;
	margin-bottom: 10px;
}

fieldset {
	border:  none;
	padding-top:  10px;
	margin-bottom: 20px;
}

legend {
	font-weight:  bold;
	color: #4A5689;
}

#questionnaire ul {
	list-style-type: none;
	list-style-image: none;
}

#questionnaire li {
	list-style-type: none;
	list-style-image: none;
	clear:  left;
}

#questionnaire label, #questionnaire span {
	width: 75px;
	display: block;
	float:  left;
	margin-bottom:  10px;
}

#questionnaire input {
	width: 150px;
	display: block;
	float:  left;
	margin-bottom:  10px;
}

#questionnaire .statezip select {
	display:  block;
	float:  left;
}

#questionnaire .radiocheck-small input {
	width:  20px;
}

#questionnaire .radiocheck-small label {
	width:  50px;
}

#questionnaire .radiocheck input {
	width:  20px;
	margin-right: 5px;
}

#questionnaire .radiocheck label {
	width:  100px;
}

#questionnaire .textarea label {
	display: none;
}

#questionnaire .textarea textarea {
	width: 385px;
	height:  50px;
}

#questionnaire .buttons input {
	width: auto;
}

.errorlist, .errorlist li {
	list-style-type: none;
	list-style-image: none;
	color:  red;
	font-weight:  bold;
}