div.sign_gstbk {
  width: 98%;
  text-align:center;
  font-size:1.2em;
  font-weight:bold;
  padding: 5px;
}
table.gbentry {
  width: 98%;
  border: 1px solid #DCDCDC;
  border-collapse: collapse;
  margin-bottom: 10px;
}

table.gbentry td.gbtitle {
  font-weight: bold;
  padding: 0 5px 0 5px;
  background-color: #DCDCDC;
  color: #000000;
}

table.gbentry td.gbcontent {
  padding: 5px;
  background-color: #FFFFFF;
  color: #000000;
}

img.button {
  vertical-align: bottom;
}

.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;
}

.label_inputfields {
	width: 25%;
}
.input_inputfields {
	width: 40%;
}
.input_smileys {
	width: 35%;
	text-align: justify;
}
.smileys {
	border: 0;
}

.captcha_table {
	padding-top: 5px;
}

.image_captcha {
	border: 0;
}

.captcha_expl {
	font-size: 0.8em;
}