/*-------------------------------------------------

  NeoCMS Core File : stylesheet_guestbook.tpl

  This is a template file used by
  admin_update_stylesheets.php to generate
  stylesheet_guestbook.css.
  That file contains CSS definitions
  that affect the appearance of the guestbook.

  Updated : 12-07-2011 22:39

-------------------------------------------------*/

/*-------------------------------------------------
    Guestbook Messages
-------------------------------------------------*/
.g_msg {
  font-size: 90%;
}

.g_title {
    padding: 5px 5px;
    color: #e5e5ff;
    background: #000099;
}

.g_admin {
    float: right;
}

.g_body {
  font-size: 90%; 
  color: #000000;
  background-color: #FFFFFF;
}

.g_body p {
  margin: 0px 5px 5px 5px;
  padding: 5px 0px;
}

.g_welcome {
  width: 100%;
  text-align: center
}

.g_date {
  margin: 0px;
  color: #e5e5ff;;
  background-color: #000066;
  font-size: 80%;
  font-style: italic;
}

.g_date p {
  margin: 0px 0px 0px 5px;
  padding: 0;
}

.g_comment {
  color: #e5e5ff;;
  background-color: #000066;
  font-size: 80%;
  font-style: normal;
}

#next_previous {
    text-align: center;
}
