/*
Styling for guestbook.php
*/

/* 'loading' DIV */
#loading {
	width:450px;
	text-align:center;
	font-size:12px;
	color:#008000;
	font-weight:bold }

/* Guestbook paging links */
ul#gblinks {
	display:block;
	margin-bottom:10px;
}

ul#gblinks li{	list-style: none; float: left; padding: 5px; text-transform: uppercase;	color: #fff; background:#666; border: 1px solid #666;
}

ul#gblinks li:hover{ color: #fff; cursor: pointer; }



.gbpost {
	display:block;
	font-size:13px;
	margin-bottom: 20px;
}

.gbpost .info {
	background: #95C72A;
	width:100%;
	color:#FFFAD3;
	padding: 5px 10px;
	height:35px;
	border-bottom: 5px solid #678B1D;
}

.gbpost .info .gbnumber {
	display:block;
	float:right;
	width:130px;
	text-align:right;
	padding-right:5px;
}

.gbpost .info .gbname {
	display:block;
	float:left;
	font-weight:bold;
	font-size:16px;
	width:350px
}

.gbpost .info .gbtitle {
	display:block;
	float:left;
	width:360px;
	overflow:hidden;
}

.gbpost .info .gbdate {
	display:block;
	float:right;
	width:130px;
	text-align:right;
	padding-right:5px;
}

.gbpost .message {
	padding: 5px 10px;
	width:100%;
	background:#F3F2ED;
	border-bottom: 2px solid #678B1D;
}

.gbpost .link {
	padding: 2px 10px 5px 10px;
	width:100%;
	background:#678B1D;
	color:#FFF;
}

.gbpost .link:hover {
	font-weight:bold;
}

.gbform {
	width:330px;
}

.gbform label {
}

.gbform input.textfield{
	width: 300px;
	display:block;
}
.gbform textarea {
	width:300px; 
	height:200px;
	border: 2px solid #678B1D;
	margin-top:5px;
}