/* Start of CMSMS style sheet 'Gastenboek' */
/* Style each entry */
.cms-guestbook-entry
{
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #054c10;
	color: white;
	margin: 1px;
	padding: 2px;
}

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

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

/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
}
.cms-guestbook-pagination_header
{
	padding-top:5px;
	padding-bottom:5px;
}

.cms-guestbook-div-insert input, .cms-guestbook-showform-button  input
{
	border: 1px solid darkgrey;
}

/* End of 'Gastenboek' */

