ol.faq {
	list-style: none;
}
ol.faq li {
	list-style: none;
}
ol.faq li:hover {
	background-color: transparent;
	background-image: none;
}
ol.faq h3 { 
	padding-bottom: 5px; 
	cursor:  pointer; 
	padding-left:20px; 
	background: url(../images/open.gif) top left no-repeat; 
}
ol.faq h3.active { 
	background: url(../images/close.gif) top left no-repeat; 
}
ol.faq div.answer { 
	display: none;
        background: url(/!/blogbg.png); 
	padding-left: 30px; 
}
ol.faq div.answer p {
	font-size: 11pt;
}
ol.faq div.faq_approve {
	display: none;
}

input, select {
	color: #000000;
	background: #ffffff;
	font-size: 11pt;
	font-weight: normal;
	font-weight: bold;
	text-decoration: none;
	font-family: helvetica; 
	border-color: #cccccc;
}
textarea {
	color: #000000;
	background: #ffffff;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
	font-family: helvetica; 
	text-align: center;
	border-color: #cccccc;
}
.th {
color: #F1A4C5;
}