/* Start of CMSMS style sheet 'RLSguitar Guestbook' */
/*============================
  RLSguitar GUESTBOOK STYLESHEET
   ============================*/

 /* Pagination */

.cms-guestbook-pagination_header {
   margin: 0.5em;
}

.cms-guestbook-pagination_nav {
   font-weight: bold;
   margin: 0.5em;
   padding: 0.5em 0;
   border-top: 1px solid #ccc;
}

.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

.cms-guestbook-showform-button-submit {
   margin: 0.5em 0;
   background-color: transparent;
   border: 0;
   color: #99CCFF;
}

.cms-guestbook-showform-button-submit:hover {
   color: #FFA500; 
   cursor: pointer;
   text-decoration: underline;
}

/* Guestbook */
form {
   margin: 0;
   padding: 0;
   line-height: 180%;
}

.cms-guestbook-div-insert {
   margin-top: 3.2em;
}

.cms-guestbook-entry {
   padding: 0;
   margin: 0.7em;
   border-top: 1px solid #ccc;
}

.cms-guestbook-entry-posted {
   margin: 1em 0 1em 0;
}

.cms-guestbook-entry-header {
   margin: 1em 0.5em 1em 0.5em;
}

.cms-guestbook-entry-text {
   margin: 0.5em 0 0.5em 0;
}

.cms-guestbook-entry-sender {
   line-height: 140%;
   padding: 0;
   margin: 0
}

.cms-guestbook-entry-sendername {
   font-weight: bold;
}
	      
.cms-guestbook-entry-homepage {
   margin:  0 1em 1em 0;
}

/* End of 'RLSguitar Guestbook' */

