﻿ul.Faq_List		{ margin: 0px; }
ul.Faq_List li	{ background: url(../images/misc/bullet3.gif) no-repeat 0px 3px; padding-left: 18px; padding-right: 20px; margin-bottom: 10px; }

div.Faq_AnswerBox	{ width: 515px; border-bottom: solid 1px #CCCCCC; background-image: url(../images/faq/bg_answer.gif); background-repeat: repeat-x; background-position: top; padding: 20px 0px 6px 0px; margin: 12px 0px; overflow: hidden; visibility: hidden; display: none; }
div.Faq_Answer		{ float: left; background-image: url(../images/faq/bg_2.gif); background-repeat: no-repeat; background-position: bottom; width: 49px; height: 12px; margin-right: 13px; }
div.Faq_AnswerText	{ float: right; width: 450px; }
div.Faq_Message		{ border: 1px solid #009900; padding: 5px; font-weight: bold; color: #006600; margin-bottom: 15px; }

input.Faq_Field			{ width: 170px; }
textarea.Faq_Question	{ width: 364px; height: 125px; margin-bottom: 12px; }

a.Faq_Question,
a.Faq_Question:active,
a.Faq_Question:visited,
a.Faq_Question:hover	{ color: #333333; }
