
.postbody a
{
	color: #1D58D1;
}


a:hover
{
	text-decoration: underline;
}

textarea
{
	width: 300px;
	height: 200px;
}

.post
{
	border: 1px solid #CCCCCC;
	border-bottom-width: 2px;
	border-right-width: 2px;
	padding: 0px;
	margin-bottom: 28px;
}

.posthead
{
	background-color: #eeeeee;
	background-image: url( "images/icon-titledoc.gif" );
	background-position: 5px center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #CCCCCC;
	padding: 4 4 4 25;
	color: #444444;
	font-size: 9px;
}

.replyhead
{
	margin-left: 14px;
	margin-right: 14px;
	margin-top: 14px;
	background-color: #eeeeee;
	background-image: url( "images/icon-titledoc.gif" );
	background-position: 5px center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #CCCCCC;
	padding: 4 4 4 25;
	color: #444444;
}

.postbody
{
	padding: 4px;
	margin-bottom: 14px;
	line-height: 150%;
}

.replybody
{
	margin-left: 14px;
	margin-right: 14px;
	padding: 4px;
	line-height: 150%;
	border: 1px solid #CCCCCC;
}


.posthead h2
{
	font-size: 12px;
	margin: 0px;
}

.post h5
{
	font-size: 14px;
	margin: 0px;
	margin-bottom: 4px;
}
.button
{
	border: 1px solid #AAAAAA;
	background-color: #CCD4E0;
}
input, textarea
{
	font-family: Verdana, Geneva, Arial, Sans-Serif;
	font-size: 12px;
}

