div.message
{
	color: black;
	font-family: "Garamond", serif;
	font-size: 12pt;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #B79D6E;
}

div.name
{
	font-weight: bold;
}

div.name span
{
	font-weight: normal;
}

div.timestamp
{
	font-style: italic;
	text-align: right;
	float: right;
}

p.text
{
	margin: 10px 50px 0px 50px;
}

div.answer
{
	color: #755F3B;
	font-family: "Garamond", serif;
	margin-top: 10px;
	text-align: justify;
}

div.pager
{
	color: #755F3B;
	margin-top: 12px;
	text-align: right;
}

#toolbar
{
	width: 40px;
}

#toolbar a
{
	background: transparent url(../images/forms/forms_sprite.png) 0 -52px no-repeat;
	display: block;
	float: left;
	width: 23px;
	height: 22px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#toolbar a:hover
{
	background-position: -23px -52px;
}

#toolbar a span
{
	display: block;
	width: 23px;
	height: 22px;
	background: transparent url(../images/forms/forms_sprite.png) -46px -26px no-repeat;
}

#toolbar a span.bold { background-position: 0 -74px; }
#toolbar a span.italic { background-position: -23px -74px; }
#toolbar a span.strike { background-position: -46px -74px; }
#toolbar a span.link { background-position: -69px -74px; }

