/* Start of CMSMS style sheet 'gastenboek' */
\*
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-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: 2px solid #E0E0E0;
margin-bottom: 1em;
font-weight: bold;
}

/* Style the message header */
.cms-guestbook-entry-header
{
background: #E0E0E0;
color: #000000;
border: 1px solid #E0E0E0;
margin: 2px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
background: #E0E0E0;
padding: .5em;
color: #000000;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
float: right;
font-size: normal;
font-weight: bold;
}

/* Style message header links */
.cms-guestbook-entry-header a {
color: #000000
font-weight: bold;
} 
.cms-guestbook-entry-header a:hover {
color: #FFFFFF;
font-weight: bold;
} 

/* Style the sender name */
.cms-guestbook-entry-sendername{
font-weight: bold;
color: #950B01;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
font-size: normal;

margin: 2px;
}

/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
font-size: normal;
margin: 1px;
margin-bottom: 0;

}

CSS:
fieldset_gastenboek{
width: 340px;
padding: 5px 0 10px 10px;
border: 0;
font-family: verdana;
}

label{
width: 125px;
float: left;
padding: 2px 0 9px 0;
}

input{
margin: 0 0 9px 0;
padding: 1px 0 2px 3px;
width: 150px;
}

.button{
font-weight: bold;
width: auto;
margin: 0 5px 0 0;
padding: 1px 5px 2px 5px;
cursor: pointer;
float: right;
}

/* begin hack \*/
* html .button{
padding: 0;
}
* html legend{
margin-left: -5px;
}
/* einde hack */ 

/* End of 'gastenboek' */

