.guestbook { 
	text-align: left;
	position: relative;
	border: 1px #D9C097;
	border-style: solid;
	padding: 2px;
	margin: 2px;
	width: 563px;
}

.gHeader, .gFooter {
	background: url('/img/guestbook/bg1.gif');
	background-color: #ffffff;
	background-position: top left;
	background-repeat: repeat-y;
	position: relative;
	text-align: right;
	padding: 5px;
}

.gHeader h1 {
	color: #4F4F4F;
  	font: 14pt Arial, sans-serif;
  	font-weight: normal;
	text-align: left;
	padding: 0;
	margin: 0;
}

.formSection {
	padding: 15px 5px 0px 15px;
}

INPUT {
background-color: #E5F2D7;
color: #4F4F4F;
font-family: arial, verdana, ms sans serif;
font-weight: bold;
font-size: 10pt;
border: #85B952 1px solid;
clear: both;
}

.noStyle {
border: 0;
background: none;
vertical-align: middle;
}

.formLeft {
	position: relative;
	width: 100px;
	float: left;
	text-align: right;
	margin: 2px 15px 0px 0px;
	clear: both;
	}

.formRight {
	position: relative;
	float: left;
	width: 410px;
	padding-top: 0px;
}

.formBottom {
	position: relative;
	clear: both;
	padding: 20px 0 0 115px;
}

.formBottom .input {
	margin-right: 30px;
}

.emoticons {
	margin-top: 30px;
}

.emoticons img {
	border: 0;
	margin: 5px;
}

.lineInput {
width: 350px;
margin-bottom: 15px;
}

TEXTAREA {
width: 350px;
height: 250px;
background-color: #E5F2D7;
border: #85B952 1px solid;
color: #4F4F4F;
font-family: arial, verdana, ms sans serif;
font-weight: bold;
font-size: 10pt;
} 

.captcha {
	position: relative;
	clear: both;
	padding: 10px 0 0 115px;
}

.captcha img {
	border: #85B952 1px solid;
	vertical-align: bottom;
	margin: 0 30px 0 0;
}

.gFooter {
	margin: 2px 0px 0px 0px;
}

.gEntry1 {
	position: relative;
	width: 557px;
	clear: both;
	padding: 0 0 20px 0;
	background: url('/img/guestbook/bg4.gif');
	background-position: top left;
	background-repeat: repeat-y;
	margin: 2px 0px 0px 0px;

}

.gEntry2 {
	position: relative;
	width: 557px;
	clear: both;
	padding: 0 0 20px 0;
	background: url('/img/guestbook/bg6.gif');
	background-position: top left;
	background-repeat: repeat-y;
	margin: 2px 0px 0px 0px;

}

.gInfo {
	text-align: left;
	padding: 0px;
	position: relative;
	float: left;
	width: 164px;
	padding: 13px 10px 2px 10px;
	overflow: hidden;
}

.gEmail {
	font: 7pt Arial, sans-serif;
}

.gComment {
	position: relative;
	float: right;
	width: 343px;
	padding: 0px 15px 0px 0px;
}

.gDate {
	position: relative;
	color: #4F4F4F;
  	font: 7pt Arial, sans-serif;
  	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D6D6D6;
	width: 180px;
	margin: 9px 0 12px 0;
}

.clearBoth { position: relative; visibility: hidden; clear: both; }