#maincontent div#setanswer {
	text-align: right;
}
#maincontent div#setanswer a {
	color: #00f;
	cursor: pointer;
}
#maincontent div#setanswer #setanswernote {
	font-size: .8em;
	color: #666;
}
#maincontent h3.question {
	padding: .25em .5em .25em 50px;
	border-top: 1px solid #ccf;
	color: #000;
	background: #f4f4ff url(/common/img/faq_q.gif) 20px .35em no-repeat;
	font-size: 1em;
	line-height: 1.5;
}
#maincontent h3.controlled {
	cursor: pointer;
}
#maincontent .hide {
	display: none;
}
#maincontent .answer {
	margin: 0;
	padding: 0 0 0 50px;
	background: transparent url(/common/img/faq_a.gif) 20px .1em no-repeat;
}
#maincontent .answer h4 {
	font-size: 1em;
}
#maincontent .answer .code {
	display: block;
	background: #eee;
	margin: .2em 0;
	padding: .5em;
}
#maincontent div#morequestions {
	margin: 1.5em 0 1em 0;
	padding: 0;
	border: 1px solid #ccf;
	font-size: .8em;
}
#maincontent div#morequestions h3 {
	margin: 0 0 .5em 0;
	padding: .25em .85em;
	border: 0;
	color: #000;
	background: #ccf;
}
#maincontent div#morequestions h4 {
	margin: .5em 1em 0 1em;
}
#maincontent div#morequestions p {
	margin: .25em 1.2em 1em 1.2em;
}
#maincontent .example {
	padding-left: 2em;
	text-indent: -2em;
}
