/* Start of CMSMS style sheet 'gastenboek' */
.cms-guestbook-div-insert
{
  background: #e2e7f1;
  border-top: 1px dashed #aaa;
  border-bottom: 1px dashed #aaa;
  border-left: 3px solid #d8dde8;
  border-right: 3px solid #d8dde8;
  padding: 5px 10px;
  margin: 5px 0;
}

.cms-guestbook h2
{
  font-family: "Cambria", "Times new roman", serif;
  font-weight: bold;
  font-size: 18px;
  color: #eb8706;
  margin: 5px 0 0 0;
}

.cms-guestbook-div-insert form th
{
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  width: 200px;  
}

.cms-guestbook-div-insert form th, .cms-guestbook-div-insert form td 
{
  padding: 1px 0;
}

.cms-guestbook-entry {
  width: 80%;
  padding: 5px 0;
  border-top: 1px solid #ccc;
  background: #f8f8f8;
}

.cms-guestbook-pagination_header {
  font-size: 11px;
  font-style: italic;
  margin: 5px 0;
}

.cms-guestbook-entry-posted {
  color: #999;
  font-style: italic;
  font-size: 11px;
}

.cms-guestbook-entry-sender {
  color: #888;
  font-size: 11px;
}

.cms-guestbook-entry-location {
  font-style: italic;
}
/* End of 'gastenboek' */

