div.sign_gstbk {
  width: 98%;
  text-align:center;
  font-size:1.1em;
  font-weight:bold;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
table.header, table.footer {
  width: 98%;
  font-size:1em;
  font-weight:bold;
  text-align:center;
}
table.header{
  margin-bottom: 10px;
}
table.footer{
  margin-top: 10px;
}
table.gbentry {
  width: 98%;
  border: 1px solid #ACACAC;
  border-collapse: collapse;
}

table.gbentry td.gbtitle {
  font-weight: bold;
  padding: 5px; /* 5px 0 5px; */
  background-color: #DCDCEC;
  color: #000000;
}

table.gbentry td.gbcontent {
  padding: 5px;
  background-color: #FFFFFF;
  color: #000000;
}
td.gbtitles{
  width:30%
}

img.button {
  vertical-align: bottom;
  border:0;
}
.form_button{
  width:99%;
  font-size: 1.2em;
}
.tab_button{
  width:50%;
}
.input_form {
  width:98%;
  font-size: 1em;
  border: 0;
  text-align:left;
}

.input_name_field, .input_city_field, .input_mail_field, .input_website_field {
  width: 95%;
  border: 1px solid;
}

.input_message_field {
  width: 95%;
  height: 80px;
  border: 1px solid;
}
.error_name_field, .error_city_field, .error_mail_field, .error_website_field {
  width: 95%;
  background-color: #dddd55;
  border: 1px solid #ff0000;
}

.error_message_field {
  width: 95%;
  height: 80px;
  background-color: #dddd55;
  border: 1px solid #ff0000;
}

.input_smileys {
  width: 30%;
  text-align: justify;
}
.smileys {
  border: 0;
  cursor:pointer;
}

.captcha_table {
  padding-top: 5px;
  width:100%
}
.captcha_expl{
  font-size:12px;
}
.captchafield, .errorcaptchafield {
  font-size: 12px;
  border:1px solid;
}
.errorcaptchafield {
  background-color:#dddd55;
  border-color:#ff0000;
}
.image_captcha{
  width:25%;
}
