* {
	margin: 0;
	padding: 0;
}
#holiday_quiz_page_container {
	width: 572px;
	height: auto;
	min-height: 792px;
	margin: 0;
	padding: 54px;
	background-image: url('quiz_bkd_1.gif');
	background-repeat: repeat-y;
	background-position: top;
	background-color: rgb(240, 240, 232);
	font-family: arial;
	color: #55504b;
}
#quiz_error_messages {
	font-size: 14px;
	color: red;
}
#quiz_element_list {
	margin: 0;
	padding: 0 12px;
	list-style-type: none;
}
.quiz_element {
	margin: 0 0 20px 0;
	display: block;
}
.quiz_element fieldset {
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
}
.quiz_element legend {
	display: block;
	float: left;
	white-space: normal;
}
.quiz_question {
	float: left;
	font-weight: bold;
	font-size: 14px;
}
.quiz_question em{
	color: red;
}
.quiz_response {
	clear: both;
}
.quiz_element label {
	margin-top: 5px;
	font-size: 13px;
}
.quiz_element input {
	margin: 6px 6px 0 16px;
}
#dotted_line_separator {
	width: 562px;
	height: 1px;
	margin: 0 5px;
	background-image: url('dottedline.gif');
	background-repeat: no-repeat;
}
#contact_info_container {
	margin-top: 6px;
	padding: 0 16px;
	font-size: 12px;
}
#contact_info_container em {
	font-weight: bold;
}
#user_info_error_messages {
	color: red;
	display: inline;
}
#contact_info_list {
	margin-top: 12px;
	padding-left: 12px;
	list-style-type: none;
}
#contact_info_list li {
	height: 26px;
	margin-bottom: 1px;
}
#contact_info_list li label{
	width: 62px;
	padding: 2px 0;
	clear: left;
	float: left;
	font-weight: bold;
	font-size: 12px;
	margin-right: 5px;
}
#contact_info_list li input{
	width: 160px;
	height: 16px;
}
#holiday_quiz_footer {
	width: 680px;
	height: 50px;
	background-color: rgb(240, 240, 232);
}
#next_button_container {
	height: 34px;
	width: 82px;
	margin: 8px 0;
	float: right;
}
#next_button {
	height: 34px;
	width: 82px;
	padding: 0;
	margin: 0;
	border: 0px;
	background-image: url('next_button.gif');
	background-repeat: no-repeat;
	cursor: pointer;
}
