/* FAQ */

table.faq { width:230px; color:#000000; }
td.faq_text { width:70%; line-height:16px; text-align:justify; }
td.faq_form { width:30%; }

input.faq { font-family:Tahoma; font-size:11px; width:200px; background:#ecfff3; border:1px solid #0ea242; }
input.faq_but { background:transparent; border:0px; font-family:Tahoma; font-size:11px; font-weight:bold; color:#000000; cursor:pointer; text-align:right; }
textarea.faq { font-family:Tahoma; font-size:11px; width:200px; height:100px; overflow:auto; background:#ecfff3; border:1px solid #0ea242; }

p.msg { color:#D40000; font-weight:bold; text-align:center; margin:5px 0px 10px 0px; }

span.faq_question {
	color:#0fa342;
	font-weight:bold;
}
div.faq_question {
	padding:10px 5px 5px 5px;
	text-align:justify;
	line-height:16px;
	color:#000000;
}
div.faq_answer {
	border-top:1px solid #0ea242;
	border-bottom:1px solid #0ea242;
	background:#ecfff3;
	color:#343434;
	padding:5px;
	text-align:justify;
	line-height:16px;
}
div.faq_email {
	padding:5px 0px 0px 0px;
	text-align:right;
	color:#000000;
}
div.pages { color:#D40000; }