.cms-guestbook-pagination_header {
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
margin: 0 0 15px 0;
padding: 10px;
border:0;
display: block;
background: url(/uploads/images/yellow_x1.jpg) center center repeat-y;
line-height: 2.5em;
border-bottom: 3px solid #E2DFD5;
border-right: 3px solid #E2DFD5;
font-size: 0.92em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	margin: 0.1em;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
/*	background-color: #D8D8D8;
	padding: .5em;	color: black;*/

}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: smaller;
}

/* Style message header links */
.cms-guestbook-entry-header a {
/*	color: white;*/
} 
.cms-guestbook-entry-header a:hover {
	/* color: black; */
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: smaller;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	font-size: smaller;
	margin: 2px;
	margin-bottom: 0;
}

.guestbook_istruzioni {
        padding: 0.7em;
        font-size: 85%;
        font-weight : bold;
        background-color: #FF4830;
        color: #FFFFFF;
        border-right: 3px solid #E2DFD5;
        border-bottom: 3px solid #E2DFD5;
}
