@CHARSET "UTF-8";

#guestbook label, #guestbook input, #guestbook textarea {
	display: block;
	width: 80px;
	float: left;
	margin-bottom: 4px;
}

#guestbook textarea {
	width: 280px;
	height: 100px;
	border-style: solid;
	border-width: 1px;
	border-color: #c17a08;
}

#guestbook br {
	clear: both;
}

#guestbook .name {
	width: 280px;
	border-style: solid;
	border-width: 1px;
	border-color: #c17a08;
}

#guestbook .info {
	float: left;
	width: 190px;
}

#guestbook img {
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
}

#guestbook .captcha {
	border-style: solid;
	border-width: 1px;
	border-color: #c17a08;
}

#guestbook .button {
	height: 30px;
}

#guestbook .button input {
	background: transparent url(../images/send_button.gif) no-repeat scroll 0 0;
	border-style: none;
	display: block;
	height: 20px;
	width: 79px;
	float: right;
}

#guestbook .error {
	color: red;
}