

.hidden {
  display: none;
}

.center {
  text-align: center;
}

.line {
  display: block;
}

.roundBox {
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}

.hbox_main {
  position: relative;
  background-color: #ffffff;
  color: #5f4646;
}
  .hbox.topleft {
    padding: 10px 0 0 10px;
    background: url(../images/hboxbg.png) no-repeat left top;
  }
  .hbox.topright {
    background: url(../images/hboxbg.png) no-repeat right top;
    padding: 16px;
    margin: -10px 0 0 10px;
  }
  .hbox.bottomleft {
    height: 45px;
    margin-top: -10px;
    background: url(../images/hboxbg.png) no-repeat left bottom;
  }
  .hbox.bottomright {
    background: url(../images/hboxbg.png) no-repeat right bottom;
    text-align:center;
    height: 45px;
    margin-left: 20px;
  }
  .hbox_main span.quotes {
    display: block;
    position: absolute;
    font-family: "Helvetica", sans-serif;
    font-size: 42px;
    font-weight: bold;
    color: #ccd3cd;
  }
  .hbox_main span.quotes.open {
    top: 2px;
    left: 14px;
  }
  .hbox_main span.quotes.close {
    bottom: 0px;
    right: 18px;
  }
  .hbox_main h1.main {
    color: #5A7060;
    position: relative;
    font-size: 18px;
    margin: 0;
    top: 0.4em;
  }
  .hbox_main span.main {
    position: relative;
    top: 0.4em;
  }

.rbox_main {
  background-color: #ffffff;
  color: #5f4646;
}
  .rbox.topleft {
    padding: 2em 0 0 2em;
    background: url(../images/rboxbg.png) no-repeat left top;
  }
  .rbox.topright {
    background: url(../images/rboxbg.png) no-repeat right top;
    padding: 2.0em;
    margin: -2em 0 0 0;
  }
  .rbox.bottomleft {
    height: 45px;
    margin-top: -2.0em;
    background: url(../images/rboxbg.png) no-repeat left bottom;
  }
  .rbox.bottomright {
    background: url(../images/rboxbg.png) no-repeat right bottom;
    height: 45px;
    text-align:center;
    margin-left: 3em;
  }
  .commentAdmin{
      color: #369;
}


form.comment {
  display: block;
  width: 80%;
  padding-left: 3ex;
  margin-bottom: 2em;
}
  #g_body form.comment label {
/*     clear: left; */
/*     float: left; */
/*     display: block; */
/*     width: 14ex; */
/*     text-align: right; */
    padding-right: 1ex;
    line-height: 1.8em;
  }
    #g_body form.comment label.long {
/*       width: 98%; */
/*       text-align: left; */
    }
  #g_body form.comment .form_text {
    border: 1px solid #cccccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 0.3ex 0.5ex;
    color: #454040;
    margin: 1ex 0;
  }

  #g_body form.comment .form_area {
    float: right;
    margin: 0.5em 0 0.5em auto;
    width: 98%;
  }
  #g_body form.comment .form_button {
    clear: both;
  }

div.comment {
  margin: 2em 4ex 2em 0px;
}
div.commentSon {
  margin: -2em 4ex 2em 10%;
}

div.pages {
  text-align: center;
}
  div.pages .pages_goto {
    display: none;
  }
  div.pages span {
    padding: 0 3px;
    text-decoration: underline;
    color: #454040;
  }
  div.pages a {
    color: #454040;
    padding: 0 3px;
  }
  div.pages a.prev span {
    display: none;
  }
  div.pages a.next span {
    display: none;
  }
  div.pages a.prev {
    background: url(../images/pointer_left.png) no-repeat center center;
    padding: 0 10px;
  }
  div.pages a.next {
    background: url(../images/pointer_right.png) no-repeat center center;
    padding: 0 10px;
  }
  div.pages a.goto_bottom {
    display: none;
  }
  div.pages a.goto_first {
    display: none;
  }

div.text {
  margin: 1.5em 3em;
}

.admin-bar{
  line-height: 29px;
}

.admin-button{
  float: right;
}
