#wrapper {
	font-size: 1.8em;
	line-height: 1.4em;
}

#wrapper h2 {
	line-height: 1em;
	font-size: 1em;
}

#wrapper h3 {
	font-size: 1.5em;
	color: #2771A1;
	line-height: 1em;
	font-weight: normal;
}
#wrapper h3 strong {
/*	color: black;*/
}

#wrapper code.status {
	background: white;
	border: 1px solid #aaa;
	padding: 4px 4px;
	display: block;
	line-height: 1.1em;
	font-family: 'Lucida Grande', sans-serif;
	font-size: .9em;
	min-height: 2.5em;
}

#wrapper code.reply {
	border-color: #aaa;
	border-style: solid;
	border-width: 1px 0;
	display: block;
	font-family: 'Lucida Grande', sans-serif;
	padding: 4px 4px;
	line-height: 1.1em;
	font-size: .9em;
	min-height: 2.5em;
	margin-top: 1em;

}

#wrapper p.status-link {
	text-align: right;
	margin-top: 0;
}