table.guestbook {
 	width: 100%;
 	table-layout: fixed;
	border: 1px solid #000000;
	border-collapse: collapse;
}

table.guestbook td {
	/* top right bottom left */
	padding: 0px 5px 0px 5px;
	color: #000000;
}

table.guestbook td.title {
	font-weight: bold;
	background-color: #000000;
	color: #efefce;
 	height: 17px;
	vertical-align: middle;
}

img.button {
  vertical-align: middle;
}

table.guestbook td.content {
	padding-top: 5px;
}

div.iplog {
 	width: 100%;
	height: 15px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-size: 10px;
	text-align: right;
}

div.divider {
	font-size: 0px;
	height: 2px;
	width: 100%;
	background-color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
}

span.comment {
	font-style: italic;
}

span.error {
	color: red;
}

a.title {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

a.title:hover {
	text-decoration: underline;
}

.ubbCodes {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
