div.guestbook_messages{
  width: 90%;
  margin: 0 auto
}

div.message{
  padding: 15px;
  margin: 15px;
  margin-left: 100px;
  width: 530px;
  background-color: #eee;
  border: 1px solid #ccc
}

div.message_content{
  font-style: italic;
  text-align: center
}

div.message_name{
  font-weight: bold;
  margin: 10px
}

div.message_date{
  text-align: right
}

div.sign_button{
  clear:both;
  width: 110px;
  margin: 0 auto
}

div.guestbook_post_form{
  width: 400px;
  margin: 15px 150px
}

div.guestbook_post_form p{
  font-size: 1.5em;
  text-align: center
}

div.guestbook_post_form input, div.guestbook_post_form textarea{
  width: 300px
}

div.guestbook_post_form textarea{
  height: 200px
}

div.page_buttons{
  clear: left;
  text-align: center;
  display:block;
  float: right;
  margin-right: 50px
}

a.guestbook_next{
  background-image: url(/images/structure/button_forward.jpg);
}

a.guestbook_prev{
  background-image: url(/images/structure/button_back.gif);
}

a.guestbook_next span, a.guestbook_prev span{
  display:none
}

a.guestbook_next, a.guestbook_prev{
  float: left;
  width: 55px;
  height: 30px;
  margin: 0 10px
}
