@charset "UTF-8";
/* CSS Document */

#qaTitle{
	background-image:url(../../qa/img/title.jpg);
	background-repeat:no-repeat;
	width:520px;
	height:35px;
	font-size:1px;
	text-indent:-9999px;
	margin:0px 0px 20px 0px;
}

.qaBox{
	background-image:url(../img/dotline_grey.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width:520px;
	margin:0px 0px 20px 0px;
	padding:0px 0px 15px 0px;
}

.questionBox{
	width:520px;
	margin:0px 0px 5px 0px;
}

.questionBox p{
	background-image:url(../../qa/img/icon_q.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	font-size:14px;
	font-weight:bold;
	color:#333;
	line-height:150%;
	padding:0px 0px 0px 30px;
}

.answerBox{
	width:520px;
}

.answerBox p{
	background-image:url(../../qa/img/icon_a.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	font-size:12px;
	color:#333;
	line-height:200%;
	padding:0px 0px 0px 30px;
}