h2 {
	1font-size: 125%;
	font-weight: normal;
	margin: 2em 0 0.1em 0;
}

.content p {
	font-size: 88%;
	line-height: 143%;
	margin-bottom: 0.5em;
}

p.author {
	font-size: 75%;
	margin-bottom: 1em;
}

.answer {
	margin: 1.25em 0 0 2.5em
}

p.respondent {
	font-size: 75%;
	line-height: 170%;
	margin-bottom: 0.85em;
}

p.respondent span {
	font-size: 167%;
	font-style: italic;
	color: #000;
}

p.ask {
	font-size: 125%;
	margin-bottom: -1em;
}

p.ask a:link, p.ask a:visited {
	text-decoration: none;
	color: #8A5A00;
	border-bottom: 1px dotted #8A5A00;
}

p.ask a:hover {
	color: #010101;
	border-bottom: 1px dotted #010101;
}

form {
	margin: 2.5em 0 -1em 0;
}

form table {
	width: 100%;
}

form table td {
	width: auto;
	padding-bottom: 1em;
}

form table td.label {
	width: 20%;
	padding: 0.125em 1em 1em 0;
}

label, input, textarea {
	font-size: 13px;
	/font-size: 82%;
}

label {
	white-space: nowrap;
}

input, textarea {
	width: 100%;
}

textarea {
	height: 8em;
}

input.submit {
	width: auto;
	font-size: 100%;
}

#addquestion {
	display: none;
	z-index: 100;
	position: relative
}