.tx-veguestbook-pi1 { font-size:100%; }

/* error handling */ 
.tx-veguestbook-pi1 p.tx-guestbook-form-error { font-weight: normal; } 

/* display of result count */ 
.tx-veguestbook-pi1 .tx-guestbook-result { font-weight:bold; float:left; } 

/* pagination */ 
.tx-veguestbook-pi1 .tx-guestbook-pagination { font-weight: normal; float:right; } 

/* styles for list mode */ 
.tx-veguestbook-pi1 h1.tx-guestbook-header {
	clear: both;
	background: #A0CDD0;
	color: #004284;
	display: block;
	font-weight: bold;
	padding: 5px;
} 
.tx-veguestbook-pi1 .tx-guestbook-left { padding: 0px 5px 0px 5px; } 
.tx-veguestbook-pi1 .tx-guestbook-left p { padding: 0px; margin: 0px; } 
.tx-veguestbook-pi1 .tx-guestbook-right { padding: 0px 5px 0px 5px; } 


/* styles for latest mode */ 
.tx-veguestbook-pi1 .tx-guestbook-latest p, .tx-veguestbook-pi1 .tx-guestbook-right p {  }
.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date { font-weight: bold; }
.tx-veguestbook-pi1 .tx-guestbook-right h3 { font-size:100%; font-weight: bold; font-style: italic; margin: 0; padding: 0; } 
.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment { font-style: italic; margin-top: 0; } 
.tx-veguestbook-pi1 .tx-guestbook-latest { display:block; padding:0.25em; clear:both; } 

/* form styles */ 
.tx-veguestbook-pi1 dl {
	padding: 1em;
}

.tx-veguestbook-pi1 dt {
	float: left;
	clear: left;
	width: 8em;
	text-align: left;
}

.tx-veguestbook-pi1 dd {
	margin: 0 0 0 8em;
	padding: 0 0 0.5em 0;
}

.tx-veguestbook-pi1 label {
	float: left;
	clear: both;
	font-weight: bold;
	margin-top: 5px;
	width: 120px;
}

.tx-veguestbook-pi1 input {
	border-width: 1px;
	border-style: solid;
	border-color: #004284;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 10px;
	margin-top: 5px;
	padding: 2px;
	width: 300px;
}

.tx-veguestbook-pi1 input[type="submit"] {
	background-color: #FFFFFF;
}

.tx-veguestbook-pi1 textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #004284;
	margin-top: 5px;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 10px;
	padding: 2px;
	width: 300px;
}

.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {  } 
.tx-veguestbook-pi1 fieldset {
	border: 1px solid #A0CDD0;
}
.tx-veguestbook-pi1 .tx-guestbook-clear {
	clear:both;
	display:block;
	border: 0px;
	height: 0px;
	padding-bottom: 10px;
}

