h2 {
	font-size:22px;
  margin-bottom:20px;
  margin-top:20px;
  font-weight:normal;
  color:#FF007E
}

div.question {
	font-weight: normal;
	cursor:pointer;
	background-image:url(/image/site/faq_line1_2.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
	/*height:40px;*/
	padding-bottom:20px;
}

div.answer {
	display:none;
	background-image:url(/image/site/faq_line2_2.gif);
  background-repeat:no-repeat;
  background-position: left bottom;
  padding-bottom:5px;
  margin-bottom:20px;
}