#anchor_table
{
	background: #f1f6fc url('../images/bluerecycle_bg.gif') right bottom no-repeat;
	border: 1px solid #2878E0;
	width: 100%;
}
#anchor_table td
{
	line-height: 2em;
	padding: 10px;
}
.question_box
{
	border: 1px solid transparent;
	margin-bottom: 30px;
}
.question_box p.answer
{
	padding: 5px 10px 10px 10px;
}
.question_box p.question
{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 10px 5px 10px;
}
.question_box:hover
{
	background: #f1f6fc url('../images/bluerecycle_bg.gif') right bottom no-repeat;
	border: 1px solid #2878E0;
}
