/* Start of CMSMS style sheet 'Guestbook - vecny student' */
 /* Style pagination */

.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-bottom: 1em;
   border-bottom: 1px #FFF9E3 solid;
}

/* Style the message header */
.cms-guestbook-entry-header
{
}

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

/* 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 {

} 
		  
/* 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;
}


.cms-guestbook-showform-button input {
  color: black;
  border: 1px #FFF9E3 solid;
  background-color: #d8c7b3;
}
/* End of 'Guestbook - vecny student' */

