/*
  special CSS for the guestbook of antivegan.at
  written by zkor
*/

div#guestbook {
  background-color:#e0e0e0;
  max-width:540px;
  margin-left:auto;
  margin-right:auto;
}

.textcounter {
  text-align: right;
}

#gbtextcounter b {
  color: #ff0000;
}


.c_container_b {
  border-left: solid 1px #b00000;
}

.c_box {
  background: #ffffff;
  border: solid 1px #000000;
}

.c_box_red {
  background: #ffffff;
  border: solid 1px #b00000;
}

.c_box p {
  margin: 18px;
}

.c_box_red p {
  margin: 18px;
}

.c_box_title {
  text-decoration: underline;
  color: #a00000;
}

.c_box_username /*.c_box_timestamp*/{
  font-weight: bold;
}

.c_box_button {
  font-size: 10px;
  font-weight: normal;
  text-align: right;
}

.c_box_button a {
  /*border: solid 1px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 1px;
  padding-top: 1px;*/
  color: #909090;
}

.c_childer_b, .c_childer {
  width: 6px;
  margin: 0px;
  padding: 0px;
  height: 6px;
  margin-left: -6px;
  float: left;
  border-bottom: solid 1px #b00000;
}

.c_childer_b {
  width: 5px;
  border-left: solid 1px #b00000;
}

.c_spacer_b {
  height: 6px;
  margin-left: 6px;
  border-left: solid 1px #000000;
}

.c_spacer {
  height: 20px;
}

#c_write_box {
  border: solid 1px #000000;
  margin: 0px;
  background: #c0c0c0;
}

#c_write_box p {
  color: #000000;
  margin: 12px;
  text-align: right;
  font-weight: bold;
}

#c_write_box input, #c_write_box textarea {
  background: #f0f0f0;
  border: solid 1px #000000;
  margin-left: 8px;
}

.textinput {
  width: 298px;
}

.textinputshort {
  width: 256px;
}
#c_write_box textarea {
  margin: 0px;
  padding: 0px;
  width: 360px;
}

#c_write_box notifymail {
  max-width: 30px;
  margin: 5px;
}

#commenttextcounter b {
  color: #b00000;
}
