.ve-guestbook-list-item {
	position: relative;
	margin: 9px 0 0 0;
	padding: 9px 0 9px 9px;
	border: 1px solid #FDD;
	z-index: 20;
	/*background: url(../images/red-border-right-bottom.gif) left bottom no-repeat;*/
}

.red-border-left-top {
	position: absolute;
	left: -10px;
	top: 0;
	width: 35px;
	height: 35px;
	background: url(../images/red-border-left-top.gif) 0 0 no-repeat;
	z-index: 20;
}

html>body .red-border-left-top {
	left: -1px;
	top: -1px;
}

.red-border-left-bottom {
	position: absolute;
	left: -10px;
	bottom: 0px;
	width: 35px;
	height: 35px;
	background: url(../images/red-border-left-bottom.gif) 0 0 no-repeat;
	z-index: 20;
}

html>body .red-border-left-bottom {
	left: -1px;
	bottom: -1px;
}

.red-border-right-top {
	position: absolute;
	right: 15px;
	top: 0;
	width: 35px;
	height: 35px;
	background: url(../images/red-border-right-top.gif) 0 0 no-repeat;
	z-index: 20;
}

html>body .red-border-right-top {
	right: -1px;
	top: -1px;
}

.guestbook-date {
	z-index: 40;
}


div.guestbook-description {
	float: left;
	display: block;
	width: 75px;
}
.guestbook-textfield,
.guestbook-textarea,
.guestbook-submit {
	float: left;
	margin: 0 0 9px 0;
	padding: 1px;
	border: 1px solid #999;
	font-size: 10pt; 
}

.guestbook-info {
	float: left;
	margin: 0 0 0 5px;
}

.guestbook-submit {
	margin: 0 0 0 75px;
}


.tx-guestbook-form-error {
	font-weight: bold;
}

.tx-veguestbook-pi1 ul {
	margin: 0 0 9px 25px;
}