table.faq, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.faq
{
	margin-top: 10px;
}
table.faq td
{
	height: 34px;
}
table.faq span.warning
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #902F26;
}
table.faq input
{
	width: 240px;
	height: 21px;
	border: 1px solid #C5C19E;
	background-color: #DBD7B8;
}
table.faq textarea
{
	width: 240px;
	height: 100px;
	border: 1px solid #C5C19E;
	background-color: #DBD7B8;
	margin-top: 10px;
	margin-bottom: 8px;
	overflow: auto;
}
table.faq td.warning_text
{
	font-size: 11px;
	color: #565656;
}
table.faq input.ok
{
	width: 86px;
	height: 21px;
	background-color: #DBD7B8;
	border: 1px solid #C5C19E;
}
img.img_status
{
	margin-left: 10px;
}
hr.faq_splliter
{
	text-align: center;
	width: 80%;
	height: 1px;
	color: #BC887A;	
	margin-bottom: 15px;
}
div.faq_question
{
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.faq_question span
{
	font-weight: bold;
	color: #92312A;
}
div.faq_answer
{
	margin-bottom: 10px;
	color: #4D4D4D;
}
div.faq_answer span
{
	font-weight: bold;
	color: #64813F;
}
