/* Default/example stylesheet for the CMSMS Guestbook module.This may be overwritten when the module is upgraded and it will be deleted when the module is uninstalled, so make a copy if you want to modify it.*/
/* Style pagination */
.cms-guestbook-div-insert input {
	width: 200px;
}
.cms-guestbook-div-insert textarea {
	width: 400px;
}
.cms-guestbook-div-insert input.norm {
	width: 80px;
}
.cms-guestbook-div-insert {
	border-bottom: 1px dotted #ccc;
}
table#comment {
}
.cms-guestbook-pagination_header {
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
line-height:1.4em;
}
.cms-guestbook-pagination_nav a {
	font-weight: normal;
}
/* Style the guestbook */
/* Style each entry */
.cms-guestbook-entry {
	border: 1px solid #CFCFCF;
	margin-bottom: 1em;
}
/* Style the message header */
.cms-guestbook-entry-header {
	background: #CFCFCF;
	color: #333;
	margin: 1px;
	padding: 5px;
}
/* Style the actual message */
.cms-guestbook-entry-text {
	background: #fff;
	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;
}
.hidden
{display:none;}

.cms-guestbook-entry-text p
{padding:5px;}
/* Stylesheet: Guestbook (default/example stylesheet) Modified On 2009-07-13 15:24:02 */
