.q-position {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;

}
.quiz_top {
	width: 625px;
	height: 10px;
	margin-top: 20px;
	background: url(../news/img/hsc_top.gif) no-repeat left bottom;
}
.quiz_btm {
	width: 625px;
	height: 10px;
	margin-bottom: 20px;
	background: url(../news/img/hsc_btm.gif) no-repeat left top;
}
.quiz {
	width: 623px !important;
	width: 625px;
	margin: 0px;
	text-align: left;
	background: #f0f2e7 url(../ic3/img/bg_answer.gif) no-repeat 10px bottom;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	padding: 0px;
}
.img_q {
	padding: 10px 25px 0 30px;
	height: auto !important;
	height: 50px;
	min-height: 50px;
	background: #f0f2e7 url(../ic3/img/bg_question.gif) no-repeat 10px bottom;
}
.question {
	width: 500px;
	height: auto;
	padding: 10px 0 5px 0;
	margin-left: 65px;
	font-size: 110%;
	font-weight: bold;
}
.answer {
	margin: 20px 40px 0 40px;
	padding-bottom: 10px;
}
.img_a {
	float: right;
	position: relative;
	padding: 10px 30px 10px 15px;
}
.anser_text {
	float: right;
	width: 500px;
	text-align: right;
	font-size: 85%;
	display: none;
	position: absolute;
	top: 50px;
	right: 110px;
}
