/* --------------------------------------------------------------------------- guestbook ----------------------------- */
fieldset {
	padding:0;
	margin:0;
	border:0;
}

.tx-veguestbook-pi1 {
	padding-bottom:25px;
}

.tx-guestbook-field {
	clear:both;
	display:block;
}

.tx-guestbook-field label {
	float:left;
	width:90px;
}

.tx-guestbook-field input, textarea {
	float:right;
}

.inputTextAreaGuest {
	width: 300px;
 	height: 48px;
	max-width:300px;
	min-width:300px;
	max-height:48px;
	min-height:48px;
	float:right;
	background:url(images/guestbookform/input2.png) no-repeat top left;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#336699;
	border:0;
	}
	
.inputTextGuest {
	width:300px;
	height:16px;
	background:url(images/guestbookform/input1.png) no-repeat top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#336699;
	float:right;
	border:0;
}
	
.guestSubmit {
	margin-top:10px;
	float:right;
}

.tx-guestbook-form-obligationfield {
	color:#666;
	}
	

.tx-srfreecap-pi2-cant-read {
	color:#666;
}

.spamblock {
	padding-top:5px;
	padding-bottom:5px;
	margin-left:160px;
}

.spamblockimage {
	margin-left:-10px;
}

/* --------------------------------------------------------------------------- GBookEntries ----------------------------- */	

.gHeadline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#336699;
	background:none;
	height:auto;
	text-transform:none !important;
	font-size:12px !important;
	letter-spacing:0;
	float:left;
	}
	
.gEntry {
	margin-top:20px;
	clear:both;
}
	
.gDate {
	float:right;
	margin-top:10px;
	}