

/*------------faqs.css----------*/

h2.category span.action {
	padding-left: 20px;
	font-weight: normal;
	font-size: 10px;
}

dl.faqs-list {
	margin: 0 0 20px 17px;
}
dl.faqs-list dt { padding-top:5px; }
dl.faqs-list dt a {
	padding-left: 17px;
	background: url(/images/icon_expand.gif) no-repeat 0 50%;
}
dl.faqs-list dt a.expanded { background-image:url(/images/icon_collapse.gif) !important; }
dl.faqs-list dd {
	display: none;
	margin-left: 17px;
	padding-right: 2px;
}

dl.faqs-list dd p.close {
	text-align: right !important;
	padding: 10px 0 0;
}

.gray-box table.form { width:100%; }
.gray-box table.form tr#f-question td {
	width: 100% !important;
	padding-right: 8px;
}
.gray-box table.form textarea.lg { width:100%; }

h2.form-header {
	font-size: 14px;
	color: #2B6D9C;
	font-weight: normal;
	margin-bottom: 10px;
}
