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


.qColor {
	color:#5E318F;
}
.qBlock {
	margin-bottom:20px;
}
.qTop {
	background:url(../images/faq_qboxtop.gif) no-repeat center top;
	height:75px;
}
.qMiddle {
	background:url(../images/faq_qboxmiddle.gif) repeat-y;
	padding-bottom:10px;
}
.qBottom {
	background:url(../images/faq_qboxbottom.gif) no-repeat center bottom;
	height:15px;
}
.qTitle {
	position:relative;
	left:20px;
	top:12px;
	border-left:#5E318F solid;
	border-left-width:5px;
	padding-left:10px;
}
.qmarker {
	color:#5E318F;
}
.qNote {
	width:590px;
	font-size:12px;
	position:relative;
	top: 5px;
	left:40px;
}


.answerBlock {
	margin-bottom:10px;
}
.answerTop {
	background:url(../images/faq_aboxtop.gif) no-repeat center top;
	height:55px;
}
.answerMiddle {
	background:url(../images/faq_aboxmiddle.gif) repeat-y;
	padding-bottom:10px;
}
.answerBottom {
	background:url(../images/faq_aboxbottom.gif) no-repeat center bottom;
	height:15px;
}
.answerTitle {
	font-size:16px;
	color:#FFF;
	position:relative;
	left:20px;
	top:15px;
	font-weight:bold;
}
.answerNote {
	width:590px;
	font-size:13px;
	position:relative;
	top: 5px;
	left:40px;
}