#account_menu {
	margin: 0px;
	height: 22px;
}
#account_menu span {
	float: left;
	margin-right: 2px;
}

.faq_header {
	background-image: url(/images/faq/faq_header.jpg);
	width: 756px;
	height: 21px;
	margin-bottom: 5px;
}

.arrow_div{	
	background-image: url(/images/faq/arrow.jpg);
	height:9px;
	width:6px;
	float:left;
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 20px;
}

.faq_question{
	font-weight: bold;
	color: #888888;

}

.faq_question_open{
	font-weight: bold;
	color: #990099;
	
}

.answerBody{	
	display: none;
	margin-left: 20px;
	margin-bottom: 20px;
	font-family: Verdana;
	font-size: 10px;
}

.faq_new_query {
	background-image: url(/images/faq/faq_new_query.jpg);
	width: 756px;
	height: 21px;
	margin-bottom: 20px;

}

.new_query_body_chbx{
	float: left;	
	margin-right: 5px;
	margin-top: -2px;
	margin-left: 20px;
}

.new_query_body{
	margin-left: 0px;
	margin-bottom: 10px;
	float: bottom;
	text-align: left;
	font-weight: bold;
}

.faq_message_body{
	margin-left: 23px;
	margin-bottom: 10px;
	text-align: left;
}

.submit_query{	
	text-align: left;
	margin-left: 18px;
	margin-top: -5px;
	margin-bottom: 10px;
}

.faq_form_errors{
	text-align: left;	
	width: 500px;
	margin-bottom: 10px;
}

.OKMessage{
	text-align: left;		
	width: 500px;
	margin-bottom: 10px;
	color: green;
}