/* view: odd rows */
table.gbentry {
  width: 98%;
  border: 1px dashed #FF7D00;
  border-collapse: collapse;
  margin-bottom: 10px;
}
table.gbentry td.gbtitle {
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  background-color: #2a2a2a;
  color: #ffffff;
        border-bottom: 1px dashed #FF7D00;
}
table.gbentry td.gbcontent {
  padding: 5px;
  background-color: #434343;
  color: #E2E2E2;
}
table.gbentry div.gbcomment {
  font-style: italic;
  padding: 5px;
  margin: 15px 5px 0px 5px;
  border: 1px dashed #e1e1e1;
}

/* view: even rows */
table.gbentry_b {
  width: 98%;
  border: 1px dashed #FF7D00;
  border-collapse: collapse;
  margin-bottom: 10px;
}
table.gbentry_b td.gbtitle {
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  background-color: #2a2a2a;
  color: #ffffff;
        border-bottom: 1px dashed #FF7D00;
}
table.gbentry_b td.gbcontent {
  padding: 5px;
  background-color: #434343;
  color: #E2E2E2;
}
table.gbentry_b div.gbcomment {
  font-style: italic;
  padding: 5px;
  margin: 15px 5px 0px 5px;
  border: 1px dashed #e1e1e1;
}

/* add entry */
.required {
  color: #FF7D00;
}
input {
width:150px;
padding:4px 40px 4px 40px;
text-align:center;
border:1px solid #FF7D00;
font-family: VERDANA;
font-size: 10px;
font-weight: bold;
border-style:dashed;
background :#6C6C6C;
}


img.button_gb {
  vertical-align: bottom;
}
.input_form {
        font-size: 1em;
        border: 0;
}
.input_name_field {
        width: 300px;
        background-color: #929292;
}
.input_mail_field {
        width: 300px;
        background-color: #929292;
}
.input_website_field {
        width: 300px;
        background-color: #929292;
}
.input_message_field {
        width: 380px;
        height: 80px;
        text-align:center;
border:1px solid #FF7D00;
font-family: VERDANA;
font-size: 10px;
font-weight: bold;
border-style:dashed;
background-color :#929292;
}
.input_smileys {
        text-align: right;
}
.smileys {
        border: 0;
}
.captcha_table {
        padding-top: 5px;

}
.image_captcha {
        border: 0;
        background-color: #929292;
}
.captcha_expl {
        font-size: 0.8em;
}

/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
        display:none;
}
