/* Start of CMSMS style sheet 'Guestbook (default/example stylesheet)' */
 /* Style pagination */
.entry_spacer {
background-color: none;
height: 0px;
padding: 0;
border: 0;
border-top: 1px dotted #D87503;
margin-bottom: 10px;
}

.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
{
	//border: 1px solid #691002;
	//margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	//background: #38270E;
	//border: 1px solid black;
	margin: 1px;
padding: 2px 5px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	//background: #FDD09F;
	padding: 5px 5px 0 5px;
	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 {
	text-decoration: none;
} 
		  
/* 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;
}

/* The some smileys links */
.cms-guestbook-somesmileys a
{
	margin-right: .5em;
}

/* End of 'Guestbook (default/example stylesheet)' */

