.questionanswer_headerbox {
}
.questionanswer_headerbox h1 {
	font-size: 18px; 
	margin-bottom: 10px;
}
.questionanswer_headerbox h2 {
}
.questionanswer_list {
	margin-bottom: 10px;
}
.questionanswer_list li {
	background-image: url(/sitestyle/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	padding-left: 10px;
	margin-bottom: 5px;
}

.questionanswer_box {
	min-height: 42px;
}
.questionanswer_box h3 {
	color: #fcc033;
	font-weight:bold;
}
.questionanswer_box p img {
	padding: 5px;
	float: left;
}
.questionanswer_totop {
	text-align: right;
}
.questionanswer_totop a {
	background-image: url(/sitestyle/images/menu/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding-left: 7px;
}
.questionanswer_totop a:hover {
}

