#NSGuestbook {
	padding: 20px 0 0 0;
	position: relative;
	border-bottom: 1px solid #800080;
	margin-bottom: 20px;
}

#NSGuestbook div {
	clear: both;
	padding: 0 0 10px 0;
	overflow: hidden;
}

#NSGuestbook label {
	width: 100px;
	float: left;
	color: #800080;
}

#NSGuestbook input {
	float: left;
	border: 1px solid #ccc;
	padding: 2px;
	color: #333333;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: 1em;
	width: 300px;
}

#NSGuestbook textarea {
	float: left;
	border: 1px solid #ccc;
	color: #333333;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: 1em;
	padding: 2px;
	width: 300px;
	height: 80px;
}

#NSGuestbook #SubmitButton {
	display: block;
	border: none;
	width: 123px;
	height: 32px;
	background: url(submit.gif) no-repeat;
	cursor: pointer;

	position: absolute;
	right: 0;
	bottom: 12px;
	
}

#NSGuestbook #Logo {
	display: block;
	position: absolute;
	bottom: 48px;
	right: -5px;
}

#NSGuestbookList .nsComment {
	padding-bottom: 1.2em;
}

#NSGuestbookList .byline {
	color: #800080;
}
#NSGuestbookList #Next {
	padding: 1em 0;
	font-weight: bold;
	color: #800080;
	display: block;
	text-align: center;
}
