/* Start of CMSMS style sheet 'Kees Sijbrandij Muziekonderwijs: Guestbook' */
div.cms-guestbook-entry{
        margin:0;
        padding:0;
}

div.cms-guestbook-entry-header{
        padding:20px 0px 0px 0px;
        font-weight:600;
        color:#720D18;
}

div.cms-guestbook-entry-sender{
        display:block;
        width:70%;
        float:left;
}

div.cms-guestbook-entry-posted{
        display:block;
        width:30%;
        float:left;
        text-align:right;
}

div.cms-guestbook-entry-text{
        margin:15px 0px 0px 0px;
        border-top:2px solid #720D18;
	border-bottom:2px solid #720D18;

}

.cms-guestbook-entry-text p{
        margin:0;
        padding:5px 5px 10px 5px;
}

div.cms-guestbook-div-insert{
        margin:10px 0px 0px 0px;
        border:2px solid #720D18;
}
/* End of 'Kees Sijbrandij Muziekonderwijs: Guestbook' */

