/* guestbook items */

.headnotes table {
	width: 100%;
	height: 25px;
	margin: 5px 0;
	border: 1px solid #7f7f11;
	font-size: 16px;
	background: #e5e5cc url(../images/textarea.jpg) repeat-x top;
	text-align: center;
	}

.posts {
	}

table.guestbook {
	border-collapse: collapse;
	padding: 10px;
	background: #e5e5cc url(../images/textarea.jpg) repeat-x top;
	width: 100%;
	min-height: 75px;
	height: auto !important;
	overflow: auto;
	margin: 10px auto;
	border: 1px solid #7f7f11;
	}

.name {
	width: 100px;
	padding: 10px;
	font-weight: bold;
	}

td.name img {
	margin-right: 10px;
	}

.date {
	width: 100px;
	padding: 10px;
	text-align: center;
	}

.message {
	border-left: 1px solid #7f7f11;
	padding: 10px;
	}

.footnotes {
	text-align: center;
	}

.posts1 {
	width: 100%;
	margin: 5px 0;
	border: 1px solid #7f7f11;
	background: #e5e5cc url(../images/textarea.jpg) repeat-x top;
	}

fieldset {
	border: 0px solid black;
	}

a img {
	border: 0px solid black;
	}