/************ listing styles  ********/
.pagination 	{
	width: 518px;
	margin: 0 2px 0 2px;
	float: left;
	border: 1px solid #E6E5DD;
	background: #F9F9F4;
	color: #757561;
	font-weight: bold;
	font-size: 1.1em;
	padding: 0px 0 0px 0;
	height: 20px;
	overflow: hidden;
}

.listingItem {
	padding: 15px 0 0 0;
	border-bottom: 1px solid #E6E5DD;
}

.listingItem a {
	font-size: 1.2em;
	margin: 0;
	background: url(/Images/global/dotsRed.gif) bottom left repeat-x;
	display: inline;
	padding: 0 0 4px 0;	
}

p.date {
	margin: 10px 10px 0 0;
	color: #757561;
	font-weight: bold;
	padding: 0;
}

p.itemDescription 
{
	margin: 5px 0 0 0;
}
/* guestbook */

#guestbook	{
	width: 530px;
	height: 236px;
	background: url(/Images/form/guestbookTop.gif) top left no-repeat;
}

	#guestbook img	{
		display: inline;
	}
	
	#guestbook input, #guestbook textarea {
		font: 12px Verdana, Arial, sans-serif;
	}

	#guestbook a {
		border: 0;
	}

.inputRight	{
	position: relative;
	top: 33px;
	left: 90px;
	/*float: right;*/
	/*margin: 0 20px 0 0;	*/
}

.inputLeft	{
	position: relative;
	top: 10px;
	left: 335px;
	/*float: left;*/
	/*margin: 0 0 0 90px; */
}

.inputRight input, .inputLeft input	{
	width: 160px;
	/*margin: 30px 0 30px 0;*/
}

textarea	{
	position: relative;
	top: 23px;
	left: 90px;
	width: 405px;
	height: 58px;
	/*margin: 0 0 0 90px;*/
}

.sign	{
	position: relative;
	top: 30px;
	left: 0px;
	background: url(/Images/form/guestbookBottom.gif) top right no-repeat;
	width: 530px;
}