#hunt {
	display: none;
	clear: right;
	position: relative;
	margin-top: 3em;
	border-bottom: 7px solid #b32416;
	background: url(../_images/Collect_Stars_bkg.png) left top no-repeat;
	width: 526px;
}

#hunt-count {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 123px;
	height: 132px;
	background-image: url(../_images/flag_answers.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}

#hunt h2 {
	color: white;
	height: 24px;
	background: #B22825 url(../_images/Collect_Stars_Title.png) 140px 3px no-repeat;
	margin-bottom: 1em;
}

p#hunt-question {
	margin-left: 140px;
	font-style: italic;
}

ul#hunt-answers {
	margin-left: 140px;
	width: 370px;
}

ul#hunt-answers li {
	cursor: pointer;
	padding-left: 20px;
	background: url(../_images/Collect_Stars_box.png) left 0.3em no-repeat;
	line-height: 1.4;
	margin-bottom: 0.5em;
}

p#hunt-response {
	margin-left: 140px;
}

#hunt #UNUSED {
	background: url(../_images/Collect_Stars_box_correct.png) left 0.3em no-repeat;
	background: url(../_images/Collect_Stars_box_incorrect.png) left 0.3em no-repeat;
}
