/* Start of CMSMS style sheet 'gästbok_egen' */
/*
 Standard-/exempelmall för Gästboksmodulen. Denna kan komma att skrivas övernär modulen uppgraderas och den kommer att tas bort när modulen avinstallerad, så gör en kopia om du vill ändra den.
*/
	  
/* Style the message header */
div.cms-guestbook-div-entry-header
{
    background: url(images/template1/gb_top.jpg) no-repeat;
    margin: 0px auto;
    width: 477px; 
    height: 43px;    
    position: relative;   
}

/* Style the actual message */
div.cms-guestbook-div-container
{
    background: url(images/template1/gb_m.jpg) repeat-y;
    margin: 0px auto;
    width: 477px;
    position: relative;
}

div.cms-guestbook-div-message
{
    background: url(images/template1/gb_m.jpg) repeat-y;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 6px;
    position: relative;
}

.cms-guestbook-div-entry-header-text
{
    margin: 0px auto;
    padding-left: 10px;
    padding-top: 2px;
    padding-right: 10px;
    position: relative;
    color: #f7f2d5;
    text-decoration: none;
}

.cms-guestbook-div-entry-header-text a:link, .cms-guestbook-div-entry-header-text a:visited
{
    background: none; color: #f7f2d5; text-decoration: none;
}

.cms-guestbook-div-entry-header-text a:hover
{
    background: none; color: #f7f2d5; text-decoration: underline;
}

.guestbook_link { color: #f7f2d5; text-decoration: none; background: none }
.guestbook_link:a { color: #843723; text-decoration: underline; background: none}

div.cms-guestbook-div-bottom
{
    background: url(images/template1/gb_bottom.jpg) no-repeat;
    margin: 0px auto;
    width: 477px;
    height: 2px;    
    border: none;
    margin-bottom: 10px;
}

.guestbook_button
{
   border-bottom:1px solid #ded59f; border-top:1px solid #ede6c0; border-left:1px solid #ede6c0;border-right:1px solid #ded59f; color:#843723; background-color:#ebe4bc; height:20px; padding:0px 4px 0px 4px; font-weight: bold; font-size=13px; FONT-family: Arial, Helvetica, sans-serif;
}
/* End of 'gästbok_egen' */

