/* GUESTBOOK */

.guestbook-single {
	}

.guestbook-single-item {
	/*width:100%;*/
	border-bottom: 1px solid #acca58;
	}

.guestbook-single-sites {
	padding-top:10px;
	padding-bottom:10px;
	}
	
.guestbook-single-information {
	margin-top:10px;
	margin-bottom:5px;
	}
	
.guestbook-single-comment {
	margin-top:5px;
	margin-bottom:10px;
	color:grey;
	}

.guestbook-single-name{
	font-weight:bold;
	}

.guestbook-single-mail {
	}

.guestbook-single-date {
	font-weight:bold;
	font-size:75%;
	color:grey;
	float:right;
	}

.guestbook-latest {
    	padding-top:10px;
	padding-bottom:10 px;

#guestbook-form {
	}	


