/* - - - - - - - - - - - - - - - - - - - - -

Title  : v3.ingo-renner.com ve_guestbook
Author : Ingo Renner
URL    : www.ingo-renner.com

Description : styles for ve_guestbook in ingo-renner.com version 3.0

Created  : 2005/08/01
Modified : 2005/08/01

- - - - - - - - - - - - - - - - - - - - - */


/* ----- LIST ----- */
div.comment {
	background: url(/fileadmin/siteimages/comment_head.gif) top no-repeat;
	padding-top: 0px;
	padding-left: 5px;
	margin-bottom: 20px;
}

div.comment .info {
	color: #fff;
}

div.comment img.gravatar {
	width: 40px;
	height: 40px;
	background: url(/fileadmin/siteimages/gravatar_bg.gif) no-repeat;
	margin-right: 10px;
	float: left;
}

div.comment .author, div.comment .author a {
	font-weight: bold;
}

/* ----- COMMENT FORM ----- */
form.comment-form fieldset {
	border: 1px solid #666;
}
