form#gaestebuch{
  margin-top:60px;

}
label{
  float:left;
  width:100px;
  display:block;
}
input{
  padding:2px;
  width:480px;
  margin-bottom:10px;
  background:#FFFFFF url('../img/form_bg.png');
  border:1px solid black;
  font-family:'verdana';
}
textarea{
  padding:2px;
  width:480px;
  height:200px;
  background:#FFFFFF url('../img/form_bg.png');
  border:1px solid black;
  font-family:'verdana';
}
input.button{
  cursor:pointer;
  float:left;
  font-size:12px;
  font-weight:bold;
  background:url('../img/form_button.png');
  margin:10px 0 0 436px;
  padding:3px 10px;
  width:150px;
  text-align:center;
}
input.button:hover{
  color:#a98928;
}
form#register label{
  width:300px;
}
form#register input{
  width:275px;
}
form#register input.checkbox{
  width:15px;
}
form#register input.button{
  width:100px;
}
textarea.forum{
  width:580px;
}
table input{
  width:200px;
}