table.faq, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262626;
}
table.faq
{
	margin-top: 10px;
}
table.faq td
{
	height: 30px;
}
table.faq span.warning
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #902F26;
}
table.faq input
{
	width: 240px;
	height: 19px;
	border: 1px solid #7F9DB9;
}
table.faq textarea
{
	width: 240px;
	height: 100px;
	margin-top: 5px;
	margin-bottom: 8px;
	border: 1px solid #7F9DB9;
	overflow: auto;
}
table.faq td.warning_text
{
	font-size: 11px;
	color: #565656;
}
table.faq input.ok
{
	width: 56px;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;	
	color: white;
	padding-top: 4px;
	border-top: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	border-right: 1px solid #9E9E9E;
	border-bottom: 1px solid #9E9E9E;
	background-color: #B2B2B2;
}
img.img_status
{
	margin-left: 10px;
}
hr.faq_splliter
{
	text-align: left;
	width: 90%;
	height: 1px;
	color: #B5BBAD;	
	margin-bottom: 5px;
}
div.faq_question
{
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262626;
}
div.faq_question span
{
	font-weight: bold;
	color: #92312A;
}
div.faq_answer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
	color: #262626;
}
div.faq_answer span
{
	font-weight: bold;
	color: #262626;
	padding-right: 9px;
}
table.faq div.div_status
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #565656;
	text-align: center;
	padding-left: 5px;
}