#QuestionForm 
{
	background: #CACBCC;
	padding: 1em;
	margin-bottom: 0.8em;
	height: auto;
	
}

#LoginPrompt
{
	width: 100%;
	text-align: center;
}

.answerBox
{
	background: #CACBCC;
	padding: 1em;
	margin-bottom: 0.8em;
}

.questionExperts {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.8em;
}

.questionBold {
	font-weight: bold;
	margin-bottom: 0.8em;
}

#QuestionBox, #AnswerBox 
{
	border: 1px #0080C0 solid;
	margin-bottom: 0.8em;
	width: 41em;
}

#QuestionBox
{
	height: 1.3em;
}
#AnswerBox 
{
	height: 10em;
}

#QuestionSubmit 
{
	margin-top: 0px;
	width: 4em;
	height: 1.38em;
	border: none;
	background-image: url(../../images/submit_button.gif);
	background-repeat: no-repeat;
}

.arrow 
{
}

#faqQuestionBox1
{
	margin: -1.9em 0 .61em 2.15em;
}

.faqQuestionBox
{
	margin: -1.9em 0 .61em 3.69em;
}

.faqSpacer
{
	padding: 0 .15em;
}

#FAQButtonContainer0
{
	float: right;
	margin-top: -2.3em;
}
