DIV.faqblock{
	padding:0px;
	margin: 0px 0px 20px 0px;
}

DIV.faquser{
	background-color: #ffdd74;
	padding: 5px 3px 5px 3px;
	color: #004ba8;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
DIV.faquser a{ text-decoration: underline;}
DIV.faquser a:visited{ text-decoration: underline;}
DIV.faquser a:hover{ text-decoration: none;}

DIV.faquser SPAN{
	padding: 0px 8px 0px 8px;
	border-right: 1px solid #ffffff;
}
DIV.faquser SPAN.end{
	border-right: 0px;
}
DIV.faq{
	padding: 10px 0px 0px 2px;
	color: #444444;
	font-family: Tahoma;
	font-size: 11px;
}
DIV.admin{
	padding: 8px 0px 0px 2px;
	margin: 0px 0px 20px 0px;
}
DIV.adminleft{
	width: 82px;
	float: left;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #004ba8;
}
DIV.adminright{
	margin-left: 82px;
	color: #004ba8;
}
input.faqtext{
	border: 1px solid #dcdcdc;
	width: 50%;
	height: 20px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #353535;
	font-size:11px;
}
textarea.faqtext{
	border: 1px solid #dcdcdc;
	width: 100%;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #353535;
	font-size:11px;
}
input.bt_reset{
	width:64px;
	height: 18px;
	background-image: url(../images/guest/reset.gif);
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
	cursor: hand;
}
input.bt_send{
	width:68px;
	height: 18px;
	background-image: url(../images/guest/send.gif);
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
	cursor: hand;
}
th{
	color: #3266b9;
	text-align: left;
	font-size: 11px;
}
p.faqnav{
	text-align: right;
	font-weight: bold;
	color: #3266b9;
}
span.navact{
	color: #ffa20e;
}

