/**
 * Style sheet guestbook
 */
#main
{
	z-index:20;
}

#main .comment_default
{
	width:500px;
	margin-bottom:20px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
}

#main .comment_default .info
{
	padding-bottom:3px;
	border-bottom:1px dotted #A60065;
	font-weight:bold;
}

#main .comment_default .info a:link
{
	font-weight:bold;
	color:#A60065;
}

#ctrl_captcha
{
	margin-top:2px;
	margin-bottom:5px;
}

#main .form .formbody
{
	width:210px;
	left:-280px;
	top:40px;
	position:absolute;
	z-index:20;
}

* html #main .form .formbody
{
	z-index:11;
}

#gaestebuch .form input
{
	width:180px;
}

.widget input.captchaa
{
	display:block;
}

#left .mod_article#guestbook_left_side
{
}

