.guestbook_url_label {
	display: none;
}

.guestbook_url_input {
	display: none;
}

.guestbook_list_reply_element_gfx {
	background-image: url(/typo3conf/ext/ve_guestbook/pi1/arrow.png);
	background-repeat: no-repeat;
	background-position: 15px 10px;
}

.guestbook_list_reply_element {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #009966;
	margin-left: 40px;
}

.guestbook_list_element {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #009966;
}

.guestbook_list_name {
	color: #009966;
	font-size: 16px;
}

.guestbook_headline {
	font-size: 18px;
	color: #009966;
	margin-bottom: 10px;
}

.guestbook_form_wrap {
	margin-left: 10px;
	font-size: 10px;
}

.guestbook_label {
	color: #009966;
	font-size: 10px;
}

.guestbook_input {
	margin-bottom: 2px;
}

.guestbook_input input{
	height: 15px;
	border: 1px solid #cccccc;
	width: 215px;
	font-size: 11px;
	color: #333333;
}

.guestbook_input textarea {
	width: 215px;
	height: 260px;
	border: 1px solid #cccccc;
	font-size: 11px;
	color: #333333;
}

.guestbook_optional {
	color: #cccccc;
	font-size: 10px;
}