div.guestbook {
  border: 1px solid #B4B4B4;
  background-color: #E0E1E5;
  padding: 5px;
  margin: 1em;
  width: 550px;
}
div.guestbook div.head
{
  width: 200px;
  display: inline;
  float: left;
  font-size: 14px;
  font-weight: bold;
}

div.guestbook input, div.guestbook textarea, div.guestbook input.button
{
  border: 1px solid #4758A8;
  background-color: #dFe6F0;
}
div.guestbook input.button
{
  font-weight: bold;
  background-color: #50809f;
}

div.guestbook #guestbook-insert-button
{
  float: right;
}

#guestbook-form {
  padding: 0.5em;
  width: 540px;
  margin-bottom: 1em;
  display: none;
}

div.guestbook div.guestbook-messages
{
}

div.guestbook div.guestbook-messages h3 {
  margin: 0.5em;
  float:none;
}

div.guestbook div.guestbook-messages div.guestbook-zprava {
  background-color: #BFBFFC;
  padding: 0.5em;
  clear: both;
  margin-bottom: 1em;
}

div.guestbook div.guestbook-messages div.guestbook-info {
  background-color: #aaaaee;
  padding: 3px;
  margin: 0px;
  height: 16px;
  border-bottom: 1px solid #4758A8;
}

div.guestbook div.guestbook-messages div.guestbook-datum {
  float: right;
}

div.guestbook div.guestbook-messages div.guestbook-jmeno {
  float: left;
  font-weight: bold;
}

#content div.error-message {
  font-size: 1.2em;
  color: red;
  font-weight: big;
}

