/* CSS Document */

body {
	background: #ddc1a3;
	font: normal 9pt Arial;
	margin: 0px;
}

a img {
	border-style: none
}

.splash {
	margin-top: 147px;
}
Add the following tag to the page you want the form to appear on.
	<form action="/cgi-sys/guestbook.cgi" target=guestwindow>
	<input type="hidden" name="user" value="ghoujegh">
	<input type="hidden" name="action" value="addguest">
	<input type="hidden" name="basehref" value="http://ghoujeghi.com">
	<input type="hidden" name="template" value="default">
	Name: <input type="text" name="name"><br>
	Email: <input type="text" name="email"><br>
	Url: <input type="text" name="url"><br>
	Comments: <textarea name="comments"></textarea><br>
	<input type="submit" id="submit"  class="input-button" value="Sign Guestbook">
	</form>