#guestbook_sign div {
	clear: left;
	padding: 10px 15px 0 15px;
	background: transparent;
}
	
	#guestbook_sign div label {
		display: block;
		font: normal normal 14px "Trebuchet MS", Verdana;
		line-height: 20px;
		color: black;
	}
	
	#guestbook_sign div .text {
		font: normal normal 14px "Trebuchet MS", Verdana;
		border: 1px solid #333;
		background: #fff url(../images/SilverGreenRed/input-shadow.gif);
		width: 175px;
		padding: 3px;
	}
	
	#guestbook_sign div .captcha input {
		font: normal normal 14px "Trebuchet MS", Verdana;
		border: 1px solid #333;
		background: #fff url(../images/SilverGreenRed/input-shadow.gif);
		width: 96px;
		padding: 3px;
	}
	
	#guestbook_sign div textarea {
		font: normal normal 14px "Trebuchet MS", Verdana;
		border: 1px solid #333;
		background: transparent url(../images/SilverGreenRed/input-shadow.gif);
		width: 175px;
		height: 100px;
		padding: 3px;
	}
	
	#guestbook_sign div img {
		float: left;
		margin: 0 15px 0 0;
		height: 24px;
		border: 1px solid #2e1403;
	}

#guestbook div {
	background: #fff;
}
	
	#guestbook div.entry, #news_complete div.entry {
		margin: 0 0 0 0;
		padding: 5px 0 5px 0;
		background: transparent;
	}
	
	#guestbook div h3 span.name, #news_complete div h3 span.heading {
		float: left;
		font-weight: bold;
	}
	
	#guestbook div h3 span.date, #news_complete div h3 span.date {
		float: right;
		font: italic normal 14px "Trebuchet MS", Verdana;
		color: #999;
	}
	
	#guestbook div p, #news_complete div p {
		clear: both;
	}
	.gb_submit
	{
		background: url(../images/submit_guestbook.gif);
		border: 0;
		width: 137px;
		height: 30px;
	}
