section.stage-guestbook {
  height: 470px;
}
section.stage-guestbook p {
  top: 260px;
}
section.stage-guestbook p a {
  color: #FFF;
}
.gaestebuch {
  text-align: left;
}

.gaestebuch button,
.gaestebuch input,
.gaestebuch textarea {
  display:inline-block;
  *display:inline;
  width:100%;
  text-align:left;
  margin:0 0 2px;
  padding:4px;
  font:inherit;
  line-height:1;
  color:#666;
  background-color:#eee;
  border:1px solid #999;
}
.gaestebuch input {display:block}
.gaestebuch textarea {
  display:block;
  resize:vertical;
  line-height:inherit;
  height:80px;
}
.gaestebuch button::-moz-focus-inner,
.gaestebuch input::-moz-focus-inner {
  margin:0;
  padding:0;
  border:none;
  outline:none;
}
.gaestebuch button {
  width:auto;
  padding:10px 12px;
  background-color:#ECDE8C;
  border-color:#BCAF6F;
  color:#000;
  font-weight:bold;
  cursor:pointer;
  float:right;
}
.gaestebuch input:focus,
.gaestebuch textarea:focus {color:#333}
.gaestebuch button:focus,
.gaestebuch button:hover {
  background-color:#E0D183;
  border-color:#9D935D;
}
.gaestebuch textarea {
  height: 150px;
}
.gaestebuch input[name="math"] {
  display:inline-block;
  display:*inline;
  width:30px;
}
.gaestebuch .guestbook {
  width:auto;
  padding:10px;
}
.gaestebuch .guestbook form label {
  display:block;
  float:left;
  width:100px;
  text-align:left;
  padding-top:2px;
}
.gaestebuch .guestbook form div {margin-left:100px}
.gaestebuch .guestbook hr {
  height:0;
  border:none;
  border-top:1px solid #999;
  margin:10px 0 10px;
}
.gaestebuch .guest-messages {
  border:1px solid #aaa;
  margin-top: 20px;
  background-color: rgba(255,255,255,0.25);
  /*
  height:300px;
  overflow:auto;
  */
}
.gaestebuch .guest-item {
  border-top:1px solid #aaa;
  padding:10px 5px 5px 5px;
  position:relative;
}
.gaestebuch .guest-item:first-child {border-top:none}
.gaestebuch .guest-name {
  font-weight:bold;
  margin-left:2px;
}
.gaestebuch .guest-timestamp {
  float:right;
  margin-right:2px;
}
.gaestebuch .guest-email {
  clear: both;
  margin-left: 2px;
  display: block;
}
.gaestebuch .guest-message {
  display:block;
  clear:both;
  margin-top:4px;
  padding:4px 6px;
  background-color:#eee;
}
.gaestebuch .guestbook-nav {
  margin:5px 0;
  text-align:center;
}
.gaestebuch .message-error,
.gaestebuch .message-warning {
  padding:5px 10px;
  background-color:#FFDBD8;
  border-top:1px solid #aaa;
}
.gaestebuch .message-warning {background-color:#DBFFD8}
.gaestebuch .message-error:first-child,
.gaestebuch .message-warning:first-child {border-top:none}
.gaestebuch .clear {
  display:block;
  clear:both;
}