.gbookform
{
	display: block;
}

.gbook-entry-box
{
	display: block;
}

.gbookform-entry-header
{
	_line-height: 20px;
	_height: 20px;
	padding: 10px 0px;
}

.gbookform-orderby
{
	float: right;
	line-height: 20px;
}

.gbookform-addentry
{
	float: left;
}

#add-entry-img
{
	float: left;
	border: 1px solid white;
	margin-right: 5px;
	margin-left: 10px;
}

.gbook-entries, .noentries
{
	display: block;
}

.gbook-entry-spacer
{
	height: 10px;
	line-height: 10px;
	font-size: 10px;
}

.gbook-entry-even, .gbook-entry-odd
{
	padding: 5px 10px;
	border-bottom: 10px solid white;
}

.gbook-entry-even
{
	background-color: #84caf8;
}

.gbook-entry-odd
{
	background-color: #aadbfa;
}

.header-top, .header-bottom
{
	clear: both;
}

.name, .email
{
	width: 50%;	
	float: left;
	overflow: hidden;
}

.created, .url
{
	width: 50%;	
	float: right;
	text-align: right;
	overflow: hidden;
}

.name
{
	font: bold 14px/20px Arial, sans-serif;
	text-transform: uppercase;
}

.created
{
	font: bold 10px/20px Arial, sans-serif;
	color: black;
}

.email, .url, .url a, .email a
{
	font: normal 12px/20px Arial, sans-serif;
	color: black;
	text-decoration: none;
}

.url a:hover, .email a:hover
{
	text-decoration: underline;
}

.gbook-entry-even div.message
{
	background: #aadbfa;
	padding: 5px 15px;
}

.gbook-entry-odd div.message
{
	background: #d0ebfc;
	padding: 5px 15px;
}

.admincomment
{
	margin-top: 10px;
	padding: 10px 20px 10px 20px;
	font: italic 12px/14px Arial, sans-serif;
	background: white;
	color: grey;
}

.admnincomment-caption
{
	font: bold italic 12px/12px Arial, sans-serif;
	color: grey;
}
.gbookform-spacer-small {height: 5px; line-height: 5px;}
.gbookform-spacer-medium {height: 30px; line-height: 30px;}
.gbookform-spacer-large {height: 50px; line-height: 50px;}

.gbookform-label,
.gbookform-element
{
	float: left;
	overflow: hidden;
}
.gbookform-label
{
  width: 170px;
}
.gbookform-element
{
	float: left;
	padding-left: 20px;
	width: 520px;
	overflow: hidden;
}
.gbookform-text
{
	width: 100%;
	margin-bottom: 5px;
}
.gbookform-textarea
{
	width: 100%;
	height: 150px;
}

.gbookform-spacer
{
	float: left;
	clear: both;
	height: 10px;
	margin:0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
	width: 100%;
}

.gbookform-row
{
	display: block;
	padding: 2px 0px;
	clear: both;
}

.gbookform-button
{
	float: right;
	clear: both;
	width: 200px;
	height: 28px;
	border: 1px solid white;
	background: #A45656;
	color: white;
	font: bold 13px/28px Verdana, sans serif;
}

.gbookform-button:hover
{
	background: #932323;
}

.gbookform-select
{
	width: 200px;
	text-align: center;
}

.gbook-navigator-box
{
	padding: 5px 20px;
	background-color: #d0ebfc;
	height: 37px;
	overflow: hidden;
	margin-bottom: 10px;
}

.gbook-navigator-box div.nav, .gbook-navigator-box div.pages
{
	height: 25px;
	float: right;
	text-align: center;
	display: block;
}

.gbook-navigator-box div.nav
{
	width: 80px;
	background: #84caf8;
}

.gbook-navigator-box div.nav a
{
	display: block;
	width: 80px;
	height: 25px;
}

.gbook-navigator-box div.nav a,
.gbook-navigator-box div.nav span.disabled,
.gbook-navigator-box div.pages
{
	font: bold 14px/25px Arial, sans-serif;
	color: #142c3c;
}

.gbook-navigator-box div.nav a:hover
{
	text-decoration: none;
	color: black;
}

.gbook-navigator-box div.pages
{
	color: black;
}

.gbook-navigator-box div.nav span.disabled
{
	color: #38a9f4;
}

.gbook-navigator-box div.pages
{
	width: 40px;
}

.confirmation-img
{
	display: block;
	float: left;
	margin-right: 15px;
}

.gbookform-captcha
{
	width: 198px;
	margin-top: 7px;
	background: #E8E4E4;
	border: 1px solid #A48888;
}

