div.gbook
	{
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2cfb1;
	}

div.gName, div.gCity, div.gDate
	{
	float: left;
	width: 140px;
	height: 1.2em;
	overflow: hidden;
	border-bottom: 1px solid #2a0f02;
	}

div.gDate
	{
	width: 100px;
	text-align: right;
	}

div.gMessage
	{
	clear: left;
	}

a.paging, span.paging
	{
	margin: 0px 3px 0px 3px;
	}

div.r-brown
	{
	background-image: url('../images/r-brown-long.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 170px;
	height: 415px;
	overflow: hidden;
	padding: 20px;
	color: #fef7e7;
	font-size: 10px;
	}

#gbooks input, textarea
	{
	background-image: url('../images/gbook-input.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 160px;
	height: 19px;
	border: none;
	background-color: transparent;
	font-family: arial;
	font-size: 12px;
	line-height: 22px;
	padding: 3px 5px 0px 5px;
	}

#gbooks textarea
	{
	background-image: url('../images/gbook-textarea.png');
	height: 164px;
	font-size: 11px;
	line-height: 13px;
	}

#gbooks label	
	{
	display: block;
	margin-top: 5px;
	}

#gbooks input.spam
	{
	width: 16px;
	font-size: 11px;
	line-height: 13px;
	background-image: url('../images/gbook-spam.png');
	padding: 3px 0px 0px 0px;
	}

#gbooks img
	{
	cursor: pointer;
	border: none;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	}

#gbooks span
	{
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10;
	}
