/* © Roger Nordström, [2008], rogernordstrom.se */



*
{
   background:
      transparent;
   border:
       0px;
   font-family:
      arial;
   font-size:
      8pt;
   color:
      rgb(255,255,255);
}

body
{
   background:
      url('asfalt.png')
      top
      center
      repeat;
   text-align:
      center;
}

.guestbook
{
   width:
      830px;
   height:
      448px;
   margin:
       0px
      auto;
}
#guestbook
{
   text-align:
      center;
   padding:
      100px;
}
#form_guestbook
{
   position:
      relative;
   width:
      812px;
   height:
      140px;
   overflow:
      hidden;
}
#form_guestbook input,
#form_guestbook textarea
{
   position:
      absolute;
}
#form_guestbook .name { top: 3px; left: 21px; width: 158px; height: 21px; }
#form_guestbook .mail { top: 3px; left: 184px; width: 240px; height: 21px; }
#form_guestbook .message { top: 31px; left: 21px; width: 404px; height: 98px; overflow: hidden; }
#form_guestbook .submit { top: 3px; left: 434px; width: 360px; height: 132px; cursor: pointer; }

.guestbook_posts { width: 812px; background: url('bg_gbok.png') top center repeat-y; }
.guestbook_space { width: 812px; height: 13px; background: url('bg_gbok_mid.png') top center no-repeat; }
.guestbook_post { width: 812px; height: 140px; background: url('bg_gbok_post.png') top center no-repeat; }

h3
{
   font-weight: bold;
   font-size: 8pt;
}
h3, p
{
   margin:
       8px
       0px
       4px
       0px;
}
h3, p, a
{
   color:
      rgb( 64,  0, 64);
}