/************************************************
      own guestbook style (list)
**************************************************/

.tx-guestbook-entrydiv {
	width:95%;
	padding-bottom:15px;
}

.tx-guestbook-headingdiv {
	height:19px;
	padding:0px;
	margin:0px;
	background-color:#444444;
	border:1px solid white;
	border-bottom:none;
}

.tx-guestbook-headingleftdiv {
	float:left;
	height:16px;
	width:auto;
	padding:3px 0px 1px 5px;
	color:white;
}

.tx-guestbook-headingrightdiv {
	float:right;
	height:18px;
	width:150px;
	margin:0px;
	padding:3px 5px 1px 10px;
	background-color:#ff7000;
	color:#444444;
}

.tx-guestbook-contentdiv {
	border:1px solid white;
	position:relative;
	background-color:#CCCCCC; /*set background color to show it in front of headingrightdiv which height is different in ie7 and firefox*/
}

.tx-guestbook-textdiv {
	padding:5px;
	padding-left:10px;
	margin:0px;
	width:90%;
}

.tx-guestbook-buttondiv {
	position:absolute;
	right:0;
	top:0;
	width:38px;
	height:20px;
	text-align:right;
	padding:4px 1px 1px 0px;
}

/*define these values to make it firefox and ie compliant */
.tx-guestbook-cleardiv {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}

.tx-guestbook-textdiv p {
	padding:2px 0px;
	margin:2px 0px;
}

.tx-guestbook-pagination {
	padding-right:25px;
}

.tx-guestbook-linkimg {
	border:none;
}

.tx-guestbook-align-right {
	text-align:right;
	padding-right:28px;
}

.tx-guestbook-textdiv img {
        
}



/************************************************
      own guestbook style (form)
**************************************************/

.tx-veguestbook-pi1 .tx-guestbook-field label {
	clear: both;
	display: block;
	float: left;
	width: 11em;
}

.tx-guestbook-form-error {
	color:#FF7000;
	font-weight:italic;
}

.tx-guestbook-form-obligationfield {
	color:#FF7000;
}
