/**
 * Comments
 */

div.commentList
{
	margin: auto;
	width: 430px;
}

div.commentList h3
{
	text-align: center;
}

div.commentBox
{
	margin: auto;
	width: 305px;
}

div.commentPoster
{
	padding: 1px 1px 1px 5px;
	width: 300px;
	color: #CCCCCC;
	font-style: italic;
	font-size: 9px;
	background-image: url('../images/commentbanner.jpg');
	background-repeat: x-repeat;
}

span.commentDel
{
	font-style: normal;
	text-decoration: none;
}

div.commentContent
{
	margin-top: 5px;
	margin-left: 5px;
	width: 300px;
}

div.commentAdd
{

}
