@charset "utf-8";
table.faq {
	WIDTH: 100%
}
table.faq td.title {
	vertical-align: middle;
	border: 1px solid #999999;
	height: 20px
}
table.faq td.content {
	border: 1px solid #969696;
	padding: 10px
}
table.faq textarea {
	width: 350px
}
table.faq td.head {
	padding: 1px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
table.faq td.head.bt {
	border-top: 1px solid #999999
}
table.faq td.head table.head {
	width: 100%;
	background: #969696;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	height: 20px
}
td.sent_by {
	vertical-align: middle;
	padding-left: 10px
}
td.faq_content {
	padding: 10px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
p.faq_question {
	text-align: justify;
	width: 99%
}
div.faq_separator {
	margin-top: 10px;
	margin-bottom: 2px;
}
p.faq_responded {
	color: #666666;
	margin-left: 2px;
	font-weight: bold
}
div.faq_separator2 {
	margin-top: 2px;
	margin-bottom: 5px
}
p.faq_response {
	margin-bottom: 3px;
	width: 99%;
	font-style: italic;
	color: #666666;
	text-align: justify
}
