/*********** guest book ***************/

.newGuestBookEntry {
	width:655px;
	border:1px solid black;
	background:#e5e5e5;
	color:black;
	padding:10px;
	margin-bottom:10px;
	}
.guestBookEntryDetails {
	float:left;
	width:320px;
}	
.guestBookEntryDetailsWide {
	width:530px;
}	

.newGuestBookEntry input {
	border:1px solid rgb(100,100,100);
	background:rgb(225,225,225);
	color:black;
	text-align:left;
	font-size:10px;
}
.newGuestBookEntry textarea {
	border:1px solid rgb(100,100,100);
	background:rgb(225,225,225);
	color:black;
	text-align:left;
	font-size:10px;
	width:520px;
	height:60px;
	max-width:520px;
	min-width:520px;
}

.newGuestBookEntry input.button {
	border:1px solid rgb(100,100,100);
	background:rgb(225,225,225);
	color:black;
	text-align:center;
	width:100px;
	min-width:100px;
	font-size:10px;
}
.newGuestBookEntry input.button:hover {
	border:1px solid rgb(25,25,25);
	background:rgb(150,225,150);
	color:black;
	text-align:center;
	width:100px;
	min-width:100px;
	font-size:10px;
}


.guestBookListing {
	width:675px;
	border:1px solid black;
	padding:0px;
	margin:0px 0px 10px 0px;
	}
	
.guestBookListingHeading {
	background:rgb(139,14,19);
	padding:2px;
	margin:0px;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	}

.guestBookListingContent {
	background:#ffffff;
	padding:5px 5px 5px 5px;
	margin:0px;
	font-size:11px;
	}
	
.guestBookEntryDate {
	float:right;
	font-size:10px;
	color:white;
	}

.pageSplit {
	width:675px;
	height:20px;
	margin:0px 0px 0px 0px;
	padding:1px 0px 0px 0px;
	border-top:1px dashed rgb(139,14,19);
	font-size:11px;
}

.pageSplitCount {
	width:200px;
	float:right;
	text-align:right;
}
.pageSplitPages {
	float:left;
	color:rgb(0,0,0);
}
.pageResults, a.pageResults, a.pageResults:active, a.pageResults:visited, a.pageResults:hover, a.pageResults:link {
	color:rgb(139,14,19) !important;
}

