
.guestbook {
	border-bottom: 1px dotted #856d3a;
	font-size: 0.9em;
	color: #856d3a;
	width:480px;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
}
		
.guestbook .author {
	display:block;
	width: 125px;
	float:left;
	padding:10px;
}

.guestbook .author a.gid {
	color: #856d3a;
	text-decoration:none;
}

.guestbook .author a.gid:hover {
	text-decoration:underline;
}

.guestbook .msg {
	display:block;
	width:330px;
	margin-left:145px;
	padding-top:10px;
	min-height:50px;
}	

fieldset.guestbook {
	border: 1px dotted #856d3a;
	width:480px;
}

fieldset.guestbook legend{
	color: #856d3a;
	font-weight:bold;
	margin-left:10px;
}

fieldset.guestbook label {
	text-align:right;
	display:block;
	float:left;
	margin-top:2px;
	margin-right:10px;
	width:100px;
}

fieldset.guestbook input, fieldset.guestbook img {
	margin-top:2px;
}

fieldset.guestbook textarea {
	margin-top:2px;
	width:350px;
	height:100px;
}

span.red {
	color:red;
}
