/**
 * Style sheet guestbook
 */
#maincontent
{
	width:388px;
}

.comment_default
{
	margin-bottom:10px;
	border:1px solid #999999;
}

.comment_default .info
{
	padding:4px;
	border-bottom:1px solid #999999;
	font-weight:bold;
	color:#32982B;
}

.comment_default .comment
{
	padding:10px;
	text-align:justify;
	font-size:1.2em;
	line-height:1.6em;
}

.comment_default.even
{
	background-color:#FFFCEF;
}

.pagination ul
{
	margin:0px 0px 10px 0px;
	padding:4px 10px;
	border:1px solid #999999;
	list-style: none;
	background: transparent url("tl_files/resources/ui/footer-bg.gif") repeat-x left bottom;
}

.pagination ul li
{
	margin-right:10px;
	display: inline;
}
