.guestBookEntry {
	position: relative;
	margin-bottom: 12pt;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	width: 370px;
}
.guestBookEntry .number {
	font-size: 30pt;
	position: absolute;
	top: -30;
	z-index: -1;
	font-weight: bold;
	right: 50px;
}
.guestBookEntry .name {
   font-weight: bold;
   display: block;
}
.guestBookEntry .email {
   position: relative;
   display: block;
}
.guestBookEntry .date {
   display: block;
   font-size: 10pt;
}
.guestBookEntry .subject {
   display: block;
   background-color: white;
   color: green;
}
.guestBookEntry .message {
   margin-left: 10px;
   margin-right: 10px;
   display: block;
}
.label {
   color: none;
   width: 50;
   text-align: right;
}
.data {
   margin-left: 10;
}
.guestBookEntry .deleteEntry a,
.guestBookEntry .deleteEntry a:visted,
.guestBookEntry .deleteEntry a:link
 {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
