div.cms-guestbook {
   display: inline;
   width: 570px;
   margin: 0;
}

div.cms-guestbook-showform-button {
   display: inline;
   float: left;
   width: 570px;
 margin: 10px 0;
   text-align: center;
}

div.cms-guestbook-pagination {
   display: inline;
   float: left;
   width: 570px;
 margin: 10px 0;
   text-align: center;
}

div.cms-guestbook-entry {
 display: inline;
 float: left;
   width: 570px;
 margin: 10px 0;
 padding-bottom: 8px;
 border-bottom: 1px dotted #fff;
}

div.cms-guestbook-entry-header {
 display: inline;
 float: left;
   width: 570px;
 font-size: 13px;
 font-weight: bold;
}

div.cms-guestbook-entry-posted {
 font-size: 11px;
 font-weight: bold;
 float: right;
 display: inline;
 width: 150px;
 text-align: right;
}

div.cms-guestbook-entry-sender {
 font-weight: bold;
 float: left;
 display: inline;
 width: 400px;
}

div.cms-guestbook-entry-homepage {
  font-weight: bold;
 float: left;
 display: inline;
 width: 400px;
}

div.cms-guestbook-entry-text {
   display: inline;
   float: right;
   width: 570px;
   text-align: justify;
}

div.cms-guestbook-entry-text p {
   margin-top: 0px;
}

div.cms-guestbook-div-insert {
   display: inline;
   float: left;
   width: 500px;
   margin: 0px 20px 15px 80px;
}

fieldset {
border: 0px;
}

label{
    line-height: 20px;
    width: 120px;
    float: left;
    display: inline;
}